Error in iOS 10.3

iOS 10.3,

Vue.js Webpack template, nothing added.

I have 3 projects using Vue+F7 v2, and all are stuck here in iOS 10.

:cry::cry::cry:

OK. here’s the solution. Only iOS 10 has the issue, because it’s a iOS 10 safari’s bug.

webpack.prod.conf.js
new UglifyJsPlugin({
uglifyOptions: {
compress: {
warnings: false
},
mangle: {
safari10: true
}
},
sourceMap: config.build.productionSourceMap,
parallel: true
}),

And make sure you run Bable, Buble over it