silious

Results 3 comments of silious

> @Js-Man-H5 I am also experiencing this issue. Were you able to find a solution? > ![image](https://user-images.githubusercontent.com/62057975/204261756-55c7fba9-4150-45e6-8fa8-93083ed4a7a1.png) 问题出现在这段、删除就不报错、但不确定是否有其他的作用 6.0.0 Version does not have this problem

- root中插入loading 或者 骨架屏 prerender-spa-plugin - 去掉外链css - http缓存资源 cache-control > expires > etag > last-modified - 使用动态 polyfill - 使用 SplitChunksPlugin 自动拆分业务基础库,避免加载重复模块 - 使用 Tree Shaking 减少业务代码体积 - 懒加载:动态import,loaddable...