-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Doesn't inject sources after v4 #1381
Comments
Can you please try the InlineChunkHtmlPlugin from facebook? https://github.com/facebook/create-react-app/blob/edc671eeea6b7d26ac3f1eb2050e50f75cf9ad5d/packages/react-dev-utils/InlineChunkHtmlPlugin.js#L10 |
Same for me, our configuration stopped working after updating v4.x.x. We've reverted back to 3.2.0 and investigating if something wrong with our configuration. We don't have anything magical, it is just straightforward configuration:
Seems like our issue is related with #1355 |
@cdagli the issue you mentioned is not related - it is about output filenames could you please show how you use the |
@jantimon having similar issue after upgrading to v4 and working fine in v3
and template
|
just fyi removing |
The querystring was solved with html-webpack-plugin 4.0.4 In html-webpack-plugin More details why that change was made can be found here: #1369 (comment) I will try to provide a new way but it will take me some time as I can do that only in my spare time. So unfortunately for now you have to use html-webpack-plugin 3.2 for now if you rely on |
Closing as it is a duplicate of #1369 |
This is my setting. It doesn't inject sources. It doesn't matter if i inject manually using ejs or using inject true.
If i just change the version to 3.0.2 it works.
Something is fucked up again.
Windows 10.
The text was updated successfully, but these errors were encountered: