Increases max_line_len in uglifyjs
This commit is contained in:
parent
74a7216a30
commit
4f53afe92e
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ module.exports = [Object.assign({}, baseConfig, {
|
|||
compress: {
|
||||
warnings: false
|
||||
},
|
||||
output: {
|
||||
max_line_len: 1000000
|
||||
},
|
||||
mangle: false,
|
||||
sourceMap: false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue