mirror of
https://github.com/status-im/codimd.git
synced 2025-01-11 23:14:24 +00:00
Increases max_line_len in uglifyjs
This commit is contained in:
parent
74a7216a30
commit
4f53afe92e
@ -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