mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 09:02:28 +01:00
9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
{
|
|
"presets": ["es2015"],
|
|
"compact": true,
|
|
"minified": true,
|
|
"only": "public/themes/pterodactyl/js/frontend/files/src/*.js",
|
|
"sourceMaps": "inline",
|
|
"comments": false
|
|
}
|