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

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c519-2c31b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c519-2c31b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?