Skip to content

Commit a4caac6

Browse files
authored
Merge pull request #563 from geekyd/master
Updates default max_line_len in uglifyjs
2 parents 74a7216 + 4f53afe commit a4caac6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webpack.production.js

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ module.exports = [Object.assign({}, baseConfig, {
1717
compress: {
1818
warnings: false
1919
},
20+
output: {
21+
max_line_len: 1000000
22+
},
2023
mangle: false,
2124
sourceMap: false
2225
}

0 commit comments

Comments
 (0)