大专哥

Results 5 issues of 大专哥

这里我试了一下script好像不太行?是不是应该是scripts

#10212 在windows上 报错的原因是因为这个库的esm版本内的依赖 仍是comjs 但是vite没有识别到,所以需要在vite内resolve 的alias 添加上react-helmet-async 我测试过在umi脚手架生成的项目内添加是完全可以解决的 ![image](https://github.com/umijs/umi/assets/52227746/3c9ca4ca-95f0-4651-b558-18c1b6b0cc25) 但是不知道在源码里这样改是否正确 ## Summary by CodeRabbit - **功能更新** - 在 `bundler-vite` 包中新增了别名规则,将 `react-helmet-async` 替换为自身。

- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? 希望在upload组件在上传视频后可以像图片一样展示,点击预览可以展示video 组件进行播放 ### What does...