mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 11:37:02 -04:00
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: {
|
compress: {
|
||||||
warnings: false
|
warnings: false
|
||||||
},
|
},
|
||||||
|
output: {
|
||||||
|
max_line_len: 1000000
|
||||||
|
},
|
||||||
mangle: false,
|
mangle: false,
|
||||||
sourceMap: false
|
sourceMap: false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue