-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
refactor: replace jscodeshift with vue-codemod #5629
Conversation
|
Seems the hoisting of vue@3 failed in Yarn. Maybe we can try to fix it with PNPM later.
When is V3 expected to be supported? |
What do you mean? Vue 3 is already supported |
@vue/cli 3.x still relies on the vue-jscodeshift-adapter. |
I don't plan to add new features to 3.x. So it won't. |
Brother, why(大哥,不是吧)? 😂 I created a tool that relies on both 3.x and 4.x. And the vue-jscodeshift-adapter may cause a mismatch between the vue and vue-template-compiler. |
But |
Okay, let me describe the problem we're having.
Personally, I wish @vue/cli would get rid of the third-party dependency on the vue-template-compiler@^2.5.13 |
|
By removing the dependency on
vue-jscodeshift-adapter
, the globalvue-template-compiler
peer dependency error should be fully fixed.What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
Other information: