Ken Xu
Ken Xu
> Yes, init is stateful if you call init twice. You are updating the host or whatever the current instance is, not creating two instances. > > My shareable runtime...
https://github.com/vuejs/vue-loader/issues/2077
https://github.com/vuejs/vue-loader/pull/2082
> > issue 中加载了不存在的,尝试一下升级到最新的 rspack > > [@stulip](https://github.com/stulip) 提到的问题,看起来像乱码的是 css 的 [meta 信息压缩](https://rspack.dev/config/output#outputcssheaddatacompression),不会影响css 加载 > > 遇到相同的问题,因为 scss 文件路径被乱码导致对应的文件加载失败。(如下图,p[e].call 失败,因为 p[e] === undefined) > > 当前: rspack 版本1.0.9. 切换 0.7.4...
把压缩关闭了 应该可以正常访问
  chrome 109一下才会报错 业务代码太多~无法正常呈现
>   chrome 109一下才会报错 业务代码太多~无法正常呈现 只有启动 build 压缩 才会报错 其他情况都不会
@SoonIter 确认了 是 lightning css 的问题!谢谢
@SoonIter 业务代码 10+w行 而且是 兼容性问题 短时间比较难定位 只能排除法 慢慢搞