Get webpack working with the JS build
This commit is contained in:
parent
c5f6b1a919
commit
e84d2d6ae1
5 changed files with 673 additions and 45 deletions
12
.babelrc
12
.babelrc
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue