-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
__webpack_require__(...) is not a function #370
Comments
I'm also getting this |
Changing Echo.channel('xyz') to window.Echo.channel('xyz') should fix that. |
@gatorcse |
This issue still happens for me, only not on a hot reload. It happens at the first page load immediately. But the same stack (with punycode and url). My html-webpack-plugin is up-to-date (2.30.1). Any idea's? |
@hmeerlo ditto, I've also created a stack overflow issue: https://stackoverflow.com/questions/48700978/webpack-dll-plugin-not-running |
i'm getting this too. |
I had this problem when using |
Very recently I started experiencing the error below on an otherwise stable application. The application loads successfully, however after the very first hot reload, the error is thrown. This just started occurring, however no code was altered
This is reproducible here: https://github.com/mikechabot/webpack-dev-server-error
Also reported here: webpack/webpack#1890
The text was updated successfully, but these errors were encountered: