mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 03:47:40 -07:00
Disable minification temporaly (Fuck Webkit)
This commit is contained in:
parent
2952f7a174
commit
2afac583ee
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@ export default version => {
|
||||||
constant(),
|
constant(),
|
||||||
new StringReplacePlugin()
|
new StringReplacePlugin()
|
||||||
];
|
];
|
||||||
|
/*
|
||||||
if (isProduction) {
|
if (isProduction) {
|
||||||
plugins.push(minify());
|
plugins.push(minify());
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
plugins.push(banner(version));
|
plugins.push(banner(version));
|
||||||
|
|
||||||
return plugins;
|
return plugins;
|
||||||
|
|
Loading…
Reference in a new issue