Results 16 comments of Hubert X

``` // BuildProfile的路径映射 "*/BuildProfile": ["./*/build/default/generated/profile/default/BuildProfile"], ``` 临时在tsconfig 添加了这么个映射解决

以及 ant-design-vue 中的 cssinjs 也没有被命中导致的 proxy 逃离 qiankun 的劫持

应该不是多层级的问题,一级也会有问题 正常 webpack 打包设置: //localhost:8080/app1/ __INJECTED_PUBLIC_PATH_BY_QIANKUN__ = "//localhost:8080/app1/" => //localhost:8080/app1/src/main.js 就不对了 只能设置成://localhost:8080/app1 __INJECTED_PUBLIC_PATH_BY_QIANKUN__ = "//localhost:8080/" => //localhost:8080/src/main.js 就正常了 vite.config.js serve当前目录,取 __INJECTED_PUBLIC_PATH_BY_QIANKUN__ origin 应该才对,不能包含 pathname

![image](https://github.com/user-attachments/assets/d577281b-b9a0-443c-9675-e5578d3e251f) Missing a import

对的,这里看了半天没懂要配置什么