-
-
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
Webpack override remain when recreating project #4876
Comments
o you copied th project and then ran That's not a valid use case of I don't think it's worth tracking this specific behaviour that you describe, as you essentially broke your existing project by doing this. |
Sorry, I MOVED the existing project from My apologies for the wrong terminology. |
did you restart your terminal in between? Are you sure you were in the correct folder? If you still have this problem and can recreate it, please provide a small repo with the exact config that you think is being "cached" so we talk abotu the same thing. |
Version
4.0.5
Environment info
Steps to reproduce
test
has webpack overrides in vue.config.jstest
totest_old
vue create test
with Vue cli 4vue.config.js
with no overridesvue inspect
shows overrides from previous project with same name.What is expected?
A fresh start with no remnant overrides
What is actually happening?
Overrides from previous project with same name remain.
This is my
vue.config.js
Results in the error:
This configuration is from the older version!
Vue inspect shows:
Is there any way to blow out this old cached thing?
Thanks!
The text was updated successfully, but these errors were encountered: