LoveVin

Results 2 comments of LoveVin

> 主要是 vite 不支持运行时动态修改base,所以也支持不了这个。 不过如果要实现多环境部署,可以把静态资源都放在cdn上可以解决这个问题 vite 已经支持动态修改 base 了,详见 https://cn.vitejs.dev/guide/build.html#advanced-base-options 。 现在是插件里面的以下部分代码限制了打包后加载入口 js 文件的路径,导致 js 加载失败。插件能否更新去掉 isProduction 限制 ```js if (microOption.useDevMode && !isProduction) { appendBase = '(window.proxy ? (window.proxy.__INJECTED_PUBLIC_PATH_BY_QIANKUN__ +...

@edison1105 "Why should I change the way native custom tags are used, and it's unreasonable to ask users to add a ^ prefix when assigning attributes to custom tags within...