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: {
|
optimization: {
|
||||||
minimizer: [
|
minimizer: [
|
||||||
new TerserJSPlugin({
|
/*new TerserJSPlugin({
|
||||||
sourceMap: !isProduction,
|
sourceMap: !isProduction,
|
||||||
}),
|
}),*/
|
||||||
new OptimizeCSSAssetsPlugin({}),
|
new OptimizeCSSAssetsPlugin({}),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue