mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 09:43:09 +02:00
Disable minification temporaly (Fuck Webkit)
This commit is contained in:
parent
f4db1872ad
commit
9d635ad519
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@ export default version => {
|
|||
constant(),
|
||||
new StringReplacePlugin()
|
||||
];
|
||||
|
||||
/*
|
||||
if (isProduction) {
|
||||
plugins.push(minify());
|
||||
}
|
||||
|
||||
*/
|
||||
plugins.push(banner(version));
|
||||
|
||||
return plugins;
|
||||
|
|
Loading…
Reference in a new issue