mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-30 11:53:44 +02:00
Get webpack working with the JS build
This commit is contained in:
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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user