mirror of https://github.com/status-im/codimd.git
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…
Reference in New Issue