1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-26 21:02:28 +02:00
Pterodactyl-Panel/.babelrc

9 lines
180 B
Plaintext
Raw Normal View History

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