Skip to content

Commit 199c754

Browse files
fengerzhyyx990803
authored andcommitted
fix: compatible with safari 10 (#755)
1 parent 39fa6fd commit 199c754

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/@vue/cli-service/lib/config/uglifyOptions.js

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ module.exports = options => ({
3030
conditionals: true,
3131
dead_code: true,
3232
evaluate: true
33+
},
34+
mangle: {
35+
safari10: true
3336
}
3437
},
3538
sourceMap: options.productionSourceMap,

0 commit comments

Comments
 (0)