fix: compatible with safari 10 (#755)

This commit is contained in:
Buzz Zhang
2018-02-01 23:58:31 +08:00
committed by Evan You
parent 39fa6fd997
commit 199c754cb8
@@ -30,6 +30,9 @@ module.exports = options => ({
conditionals: true,
dead_code: true,
evaluate: true
},
mangle: {
safari10: true
}
},
sourceMap: options.productionSourceMap,