Merge pull request #563 from geekyd/master
Updates default max_line_len in uglifyjs
This commit is contained in:
commit
a4caac6276
@ -17,6 +17,9 @@ module.exports = [Object.assign({}, baseConfig, {
|
||||
compress: {
|
||||
warnings: false
|
||||
},
|
||||
output: {
|
||||
max_line_len: 1000000
|
||||
},
|
||||
mangle: false,
|
||||
sourceMap: false
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user