For the project built by vue-cli, everything in Android and ios is OK in the development environment. After launch, only those below ios11 are opened with a blank screen. How to solve this problem?

for webapp projects built with vue-cli, everything in Android and ios is normal and can be browsed normally in the development environment, but only Android can run after packaging and launch, and all phones under ios11 are not allowed. Opening is a blank, the so-called white screen. Excuse me, how did this come from? Many netizens on the Internet said that it was caused by webpack-dev-server, and I also dropped to 2.7.1 version, but it still didn"t work, so please help me solve the following, thank you! Attached: have a happy life!

Mar.03,2021

introduce vconsole debugging
npm: https://www.npmjs.com/package.

<script src="path/to/vconsole.min.js"></script>
<script>
  var vConsole = new VConsole();
</script> 

I come across a situation where the packaged file is too large to compress the file. I don't know if it will help you


there is certainly no webpack-dev-server problem after it is packaged and launched. It may be that some polyfill is missing. The most direct way to
is to connect to mac, on your phone and check what errors js reported in mac Safari.


the same down to 2.7.1 version, also set babel-polyfill, is useless, brother solved it?


https://github.com/webpack/we.

vue init webpack-sharp1.1.3 my-project

ask the same question, have you solved it? Brother

Menu