mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-22 20:38:55 -05:00
fix: compatible with safari 10 (#755)
This commit is contained in:
@@ -30,6 +30,9 @@ module.exports = options => ({
|
||||
conditionals: true,
|
||||
dead_code: true,
|
||||
evaluate: true
|
||||
},
|
||||
mangle: {
|
||||
safari10: true
|
||||
}
|
||||
},
|
||||
sourceMap: options.productionSourceMap,
|
||||
|
||||
Reference in New Issue
Block a user