-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
TypeError: Cannot read property '0' of undefined #607
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
👍 I got this error too, similarly simple webpack config and also just a console.log in my entry file. |
@mikefisher84 I was using Webpack 2.x and downgraded it to 1.13.2 (was using that version in an old project so I just tried with that version) and that fixed the problem |
Local installation of Webpack and Webpack-Dev-Server fixed this error for me. |
@sebastiancarlsson I downgraded it to 1.7.0 and it worked.Thank you! |
Any movement on getting this fixed for use with webpack 2.x? |
I've been using this plugin alongside webpack 2.2.0-rc.2 and above, I never experience any issues Can any of you give me a git repository that reproduce that issue? |
Closing this as I didn't hear from anyone Feel free to reach out if it's still an issue |
Anyone else having this issue with create-react-app? EDIT: Upgraded yarn to |
Don't use canary please. Skip straight to latest 1.0.x release. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Uh oh!
There was an error while loading. Please reload this page.
Hi all I'm having issues using this plugin in my webpack build.
I'm using
Webpack 2.2.0
andhtml-webpack-plugin 2.28.0
andyarn 0.20.3
This is the full error
And this is my webpack config as of now. Doesn't get much more basic than this
The index.js file just contains a simple console.log() statement for now.
When I comment out HtmlWebpackPlugin({}) the build runs ok. Any idea whats happening?
The text was updated successfully, but these errors were encountered: