kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Webpack: suppress output
rodzic
16470c605f
commit
5ea4a8e869
|
@ -83,12 +83,7 @@ module.exports = smp.wrap(merge(sharedConfig, {
|
|||
'Access-Control-Allow-Origin': '*',
|
||||
},
|
||||
overlay: true,
|
||||
stats: {
|
||||
entrypoints: false,
|
||||
errorDetails: false,
|
||||
modules: false,
|
||||
moduleTrace: false,
|
||||
},
|
||||
stats: 'errors-warnings',
|
||||
watchOptions: Object.assign(
|
||||
{},
|
||||
{ ignored: '**/node_modules/**' },
|
||||
|
|
|
@ -14,7 +14,7 @@ const smp = new SpeedMeasurePlugin();
|
|||
module.exports = smp.wrap(merge(sharedConfig, {
|
||||
mode: 'production',
|
||||
devtool: 'source-map',
|
||||
stats: 'normal',
|
||||
stats: 'errors-warnings',
|
||||
bail: true,
|
||||
optimization: {
|
||||
minimize: true,
|
||||
|
|
Ładowanie…
Reference in New Issue