Maybe should remove vue as a dependancy? #396
hezhengxu2018
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on a project of component lib which use vue-demi, the main vue version is 2.x. the doc site need to compile vue3 & vue2 at same time.
@vite-js/vite-plugin-vue
3.x is fine, but from 4.x ,@vite-js/vite-plugin-vue
use vue as a dependancy, the real vue 3.x is namedvue3
in package.json.@vite-js/vite-plugin-vue
can not find the right dependancy.resolve.alias
configration is not working, is there any way to use the latest version of@vite-js/vite-plugin-vue
?vite-plugin-vue/packages/plugin-vue/src/index.ts
Line 13 in 46d0baa
Beta Was this translation helpful? Give feedback.
All reactions