26 comments (26 comments)0 reactions (0 reactions)1 assignee (1 assignee)TypeScript2,228 forks (2,228 forks)batch import
help wantedlater
Repository metrics
- Stars
- 12,714 stars (12,714 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
- Vite目前采用的是ESM的模式去开发,但是使用包都是UMD的形式引入的,并不支持,有什么解决办法吗
- Webpack5去构建的话也是会出现比较多的问题,感觉就只有Ice1.x版本感觉能流畅使用
Contributor guide
- Research direction
- Investigate how to configure Vite to support UMD modules, or explore alternative bundler setups like Webpack5 with compatibility adjustments.
- Tech stack
- typescriptvite
- Domain
- frontend
- Issue type
- Research
- Prerequisites
- TypeScriptNode.js