vueComponent / ant-design-vue-nuxt

MIT License
73 stars 8 forks source link

fix: 修复本地开发将所有组件拆包方式加载 #67

Closed xuanhen2013 closed 1 month ago

ponjs commented 1 month ago

@aibayanyu20 麻烦官方大大抓紧处理下,不然现在一个简单的 Button 组件就引入这么多资源

image

markthree commented 1 month ago

@xuanhen2013 @ponjs

已发布该 pr

先安装

npm i https://pkg.pr.new/markthree/ant-design-vue-nuxt/@ant-design-vue/nuxt@6d3a694

然后清掉 .nuxt

再重启服务即可

n0099 commented 1 month ago

对我而言反而是1.4.4中不会这样,升1.4.5后就像 #66 那样 还需要使用nuxt@3.13.1而非3.13.2

xuanhen2013 commented 1 month ago

对我而言反而是1.4.4中不会这样,升1.4.5后就像 #66 那样 还需要使用nuxt@3.13.1而非3.13.2

删除 nuxt.config.tsvite.optimizeDeps.include 中关于 ant-design-vue@ant-design/vue-icons 的配置

n0099 commented 1 month ago

没有https://github.com/vueComponent/ant-design-vue-nuxt/issues/66#issue-2593938746 那样设过vite.optimizeDeps.include

xuanhen2013 commented 1 month ago

没有#66 (comment) 那样设过vite.optimizeDeps.include

参考一下 https://github.com/vueComponent/ant-design-vue-nuxt/issues/68 增加一下 alias 临时处理一下