mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-23 13:48:49 +00:00
don't have webpack produce a .gz of output by default
This commit is contained in:
parent
08fc21c890
commit
fccdee35ed
@ -165,7 +165,8 @@ devBabelLoader.options.compact = false;
|
||||
const production = cloneDeep(base);
|
||||
production.mode = 'production';
|
||||
production.name = 'production';
|
||||
production.plugins.push(new CompressionPlugin());
|
||||
// compression of webpack's JS output not enabled by default
|
||||
// production.plugins.push(new CompressionPlugin());
|
||||
|
||||
// export a list of named configs
|
||||
// -----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user