Get webpack working with the JS build

This commit is contained in:
Dane Everitt 2018-06-03 18:03:46 -07:00
parent c5f6b1a919
commit e84d2d6ae1
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 673 additions and 45 deletions

View file

@ -1,8 +1,8 @@
{
"presets": ["es2015"],
"compact": true,
"minified": true,
"only": "public/themes/pterodactyl/js/frontend/files/src/*.js",
"sourceMaps": "inline",
"comments": false
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-proposal-object-rest-spread"
]
}