How can I replace vue(installed by pnpm) with my own local-built version #7446
Unanswered
smallnine9
asked this question in
Help/Questions
Replies: 1 comment
-
Maybe you can change to this: {
"dependencies": {
"vue": "file:../your/local/path"
}
} For more info, please see here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
so I am working on vuejs/core source code and I made some changes, and I want to test my changes in a real vuejs project(vite+pnpm), but how can I replace the vue(installed by pnpm) with my own local-built version(from vuejs/core source code)?
thanks!
Beta Was this translation helpful? Give feedback.
All reactions