The Vue project opens the white screen below IOS10.

background: the project structure is built with Vue-cli, and webpack is basically configured with vue-cli. So far, it has been found that there is no problem with the project running on iOS11 and Android. When you open it in iOS10, a white screen appears. There is a misinformation. The error message is as follows:

clipboard.png

clipboard.png
:iOS10
CommonsChunkPluginwebpackJsonp is not definedjs buildwebpack.prod.conf.js HtmlWebpackPlugin


clipboard.png
kneel for answers ~

Mar.12,2021

buildwebpack.prod.conf.js is about 38 lines in scaffolding file
add

to new UglifyJsPlugin
new UglifyJsPlugin({
...
 //  IOS10 
 mangle: {
  safari10: true
 }
....
}) 

I would like to ask the landlord what kind of software this mobile phone debugging is, and I just learned vue

.
Menu