silious
silious
> @Js-Man-H5 I am also experiencing this issue. Were you able to find a solution? >  问题出现在这段、删除就不报错、但不确定是否有其他的作用 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...
可以参考rmc-list-view