webpack extractComments: false
This commit is contained in:
parent
451fbbaf4c
commit
cbe8e42e62
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const config = merge.merge(commonConfig, {
|
|||
mode: 'production',
|
||||
optimization: {
|
||||
minimize: true,
|
||||
minimizer: [new TerserPlugin({})],
|
||||
minimizer: [new TerserPlugin({extractComments: false})],
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue