Temporarily disable code minimizing
This commit is contained in:
parent
efb01476b2
commit
13942af41c
1 changed files with 2 additions and 2 deletions
|
|
@ -20,9 +20,9 @@ module.exports = {
|
|||
},
|
||||
optimization: {
|
||||
minimizer: [
|
||||
new TerserJSPlugin({
|
||||
/*new TerserJSPlugin({
|
||||
sourceMap: !isProduction,
|
||||
}),
|
||||
}),*/
|
||||
new OptimizeCSSAssetsPlugin({}),
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue