Skip to content

Commit 1de99fa

Browse files
committed
Screw ie8 during minification
1 parent c750c92 commit 1de99fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ function generateBundledProd() {
7272
.then(function(code) {
7373
return uglify.minify(code, {
7474
fromString: true,
75+
compress: {
76+
screw_ie8: true,
77+
},
7578
}).code;
7679
})
7780
.then(function(code) {

0 commit comments

Comments
 (0)