-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
change the vue e2e test to use webpack5, since we stopped supporting webpack4 in 7.0 #19257
Conversation
So this doesn't seem to fix the issue @shilman, I'm not sure why. |
@yannbf sadly your suggestion didn't fix this :( |
Just realized I misread your suggestion @yannbf trying it proper now.. 🙏 |
Looks like the build is fully working now, but there seems to be some issue with some demo App component: |
change how vue2 e2e project is bootstrapped
it should be using webpack5, since webpack4 is no longer supported