1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 00:52:43 +01:00

Fix babel setup for filemanager

This commit is contained in:
Dane Everitt 2017-01-24 00:11:01 -05:00
parent ae8f53d8ef
commit 986d3c6e23
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
3 changed files with 5 additions and 2 deletions

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long