onebay / vite-plugin-imp

A vite plugin for import library component style automatic.
MIT License
231 stars 24 forks source link

It seems that there is no built-in support for @arco-design/web-vue. #89

Closed qq326943819 closed 1 year ago

qq326943819 commented 1 year ago

Additional context https://stackblitz.com/edit/vitejs-vite-m9keua?file=src%2FApp.vue,vite.config.ts,src%2Fmain.ts&terminal=dev

psaren commented 1 year ago

You should move @arco-design/web-vue from devDependencies to dependencies in package.json. https://stackblitz.com/edit/vitejs-vite-qhnm8j?file=src%2FApp.vue,vite.config.ts,package.json&terminal=dev

qq326943819 commented 1 year ago

Well, I think it may be necessary to make an explanation in ReadME.

psaren commented 1 year ago

Well, I think it may be necessary to make an explanation in ReadME.

I have updated the README.