Ken Xu

Results 106 comments of 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...

![Image](https://github.com/user-attachments/assets/f37aba47-f762-49c3-b40c-399d59bbd069) ![Image](https://github.com/user-attachments/assets/06120cbb-4650-480e-8ad1-283e236c41a8) chrome 109一下才会报错 业务代码太多~无法正常呈现

> ![Image](https://github.com/user-attachments/assets/f37aba47-f762-49c3-b40c-399d59bbd069) ![Image](https://github.com/user-attachments/assets/06120cbb-4650-480e-8ad1-283e236c41a8) chrome 109一下才会报错 业务代码太多~无法正常呈现 只有启动 build 压缩 才会报错 其他情况都不会

@SoonIter 业务代码 10+w行 而且是 兼容性问题 短时间比较难定位 只能排除法 慢慢搞