-
Notifications
You must be signed in to change notification settings - Fork 50
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
TypeError: Cannot read property 'hash' of undefined #37
Comments
same issue |
After correctly specifying entry, I was able to get another error:
|
Have you fixed it |
see mzgoddard/hard-source-webpack-plugin#416 It might solve your problem |
@PLQin I tried @vitaliyhayda how exactly did you fix your entry? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey!
Awesome project!
I've been trying to setup the prerender, but i keep getting the following error:
Show full error message
My setup
I'm using CRA 3, Typescript and the Html Webpack Plugin.
I've installed the module with Yarn, and double checked it's in the
package.json
and in the actuallynode_modules
folder.I thought I might had the same issue as issue 25, but adding the entry, didn't help me.
Any thoughts on why I get this issue?
The text was updated successfully, but these errors were encountered: