misc_pterodactyl-panel/.babelrc
2017-01-24 00:11:01 -05:00

8 lines
180 B
Text

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