misc_pterodactyl-panel/.babelrc

9 lines
180 B
Text
Raw Normal View History

{
"presets": ["es2015"],
"compact": true,
"minified": true,
2017-01-24 05:11:01 +00:00
"only": "public/themes/pterodactyl/js/frontend/files/src/*.js",
"sourceMaps": "inline",
"comments": false
}