We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74a7216 + 4f53afe commit a4caac6Copy full SHA for a4caac6
1 file changed
webpack.production.js
@@ -17,6 +17,9 @@ module.exports = [Object.assign({}, baseConfig, {
17
compress: {
18
warnings: false
19
},
20
+ output: {
21
+ max_line_len: 1000000
22
+ },
23
mangle: false,
24
sourceMap: false
25
}
0 commit comments