misc_pterodactyl-panel/.babelrc

9 lines
148 B
Text
Raw Normal View History

{
"presets": ["es2015"],
"compact": true,
"minified": true,
"only": "public/js/files/*.js",
"sourceMaps": "inline",
"comments": false
}