-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup fails to resolve @vue/reactivity with @vueuse/components v10 #2972
Comments
Thank you for the super quick fix! ❤️ |
Rollup failed to resolve import "@vue/reactivity" from "/usr/local/myTomcat/tomcat/webapps/jenkins/workspace/finchina-ep-pc-new-dev/node_modules/.pnpm/element-plus@2.5.3_vue@3.2.47/node_modules/element-plus/es/hooks/use-lockscreen/index.mjs". |
@wanming1994 your error has nothing to do with this repository. Report the issue to the |
Describe the bug
After upgrading to version 10 of
@vueue/components
, builds of our vue3 vite app fail because Rollup cannot find the@vue/reactivity
import in@vueuse/components/index.mjs
This bug appears to have been introduced via f87f877 which adds the import on
@vue/reactivity
without declaring it as a peer dependency.Error log
Reproduction
https://github.com/wopian/vueuse-repro2
Reproduction Steps
yarn
to install dependencies with Yarn 3.5.0yarn build
to build the Vite 4 appSystem Info
Used Package Manager
yarn
Validations
The text was updated successfully, but these errors were encountered: