Disable minify
This commit is contained in:
parent
b60a085a2c
commit
7be8bc7178
1 changed files with 8 additions and 0 deletions
|
@ -17,6 +17,14 @@ config = {
|
|||
filename: '[name].js'
|
||||
},
|
||||
|
||||
optimization: {
|
||||
minimize: false
|
||||
},
|
||||
|
||||
performance: {
|
||||
hints: false
|
||||
},
|
||||
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
|
|
Reference in a new issue