problem description
some of our mobile projects are based on vue-cli and react, but we feel that this problem has nothing to do with the framework, because what we have in common is that vendor.js app.js and other asynchronous chunk.js are referenced by cdn address when they are launched, and cdn will be sent back to our server. Every time we launch, that is, when there is a change in vendor or app.js, there will be a wave of customer feedback white screen, but it is difficult to reproduce. We can solve the problem by browsing cdn"s vendor resources, but the cause of the problem has not been found out yet. I wonder if you have encountered similar problems and tried some solutions
.the environmental background of the problems and what methods you have tried
tried scheme:
1. Strong cdn vendor is equivalent to forcing cache updates
2. If the vendor package is no longer extracted during the build, the app package will become larger, which is not a good idea and will not solve the fundamental problem