-
- [ ] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate.
### Version
4.2.6
…
-
i use this package in in vite5 ,get Uncaught ReferenceError: require is not defined
```
import requireTransform from 'vite-plugin-require-transform'
requireTransform(),
```
-
When building with vite5 (haven't tried webpack), I get this error:
```
Use of eval in node_modules/react18-json-view/dist/es/index.mjs is strongly discouraged as it poses security risks and may cau…
-
![cef00a5620b9abe7ac6b6598a23a460](https://github.com/user-attachments/assets/bfe708a7-7ab6-474c-820d-0917cca235cd)
vite5.2.0版本,每次打包都会生成xxxx.mjs文件;如何不生成这种文件。
-
按照你的文档
报错说找不到vitePluginTransformToUnocss这个
然后我看导出的不是viteTransformToUnocss吗?
然后我用这个名字
报错
Error: Dynamic require of "fs" is not supported
-
- follow on from https://github.com/cypress-io/cypress/issues/28347
### Current behavior
Cypress Changelog [13.13.0](https://docs.cypress.io/guides/references/changelog#13-10-0) states "Added su…
-
### 前提:
以下在 (_本地开发运行_) 的时候都是能正常访问,且主应用加载子应用是能正常访问
异常主要出现在打包后,主应用来加载子应用时出现的错误
### 主应用
ice应用
异常信息:
```
apps.js:287 TypeError: Cannot read properties of null (reading 'mount')
at apps…
-
## Step1:改造 package.json
vueCli 相关的依赖可以删除:
```diff
# devDependencies
-"@vue/cli-plugin-babel": "~4.5.12",
-"@vue/cli-plugin-eslint": "~4.5.12",
-"@vue/cli-plugin-typescript": "~4.5.12",
…
-
## 问题描述
> 问题的具体描述
native路由模式下,主应用的路由跳转,无法触发子应用的路由跳转
## 上传截图
> 请上传代码截图、控制台、终端等截图以帮助我们了解您的问题。
## 复现仓库
> 请提供一个精简的代码仓库,然后上传到自己的 github,以帮助我们复现您的问题。
## 环境信息
- micro-app版本:^1.0.0-rc.5
- 主…
-
"vite": "^5.0.11",
"vite-plugin-vue-layouts": "^0.11.0",
无法触发热更新/page reload
vite4+layouts0.8版本可以出发热更新