-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Cannot read property 'webpackHotUpdate' of undefined #3414
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
Comments
Hi Thanks for filing this issue! Could you please provide a reproduction as is required by our issue rules, so we can debug this without trying to replicate this ourselves? That would be very helpful, thanks! |
Because it's a production project I don't own the source code but I could try to isolate the minimal code to reproduce. |
Hi @LinusBorg
with this now works as expected |
Had the same thing for a second. Reason being we had forgotten |
The issue is caused by |
Version
3.4.0
Environment info
Steps to reproduce
using --modern on build i got this error.
What is expected?
using --modern i can run the module version of the project
What is actually happening?
error because is using [this] and got undefined. the error seems that is a problem on HMR webapack plugin but with default configuration on vue-cli, in production should be disabled
The text was updated successfully, but these errors were encountered: