-
Notifications
You must be signed in to change notification settings - Fork 20
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 5.1.3 chunk.files.delete #42
Comments
The best you can do is create a demo repository with a minimal reproducible example. Webpack 5 support is still crude. Most of people (as I do) still uses webpack 4. Also, there is no specific tests for webpack 5 yet, since I had issues trying to use multiple versions of webpack on the tests. |
I was able to get around it by changing the file name |
This seems to be the cause of issue. devmgn's solution worked for now. |
@Locheed Can you elaborate please? I'm new to Webpack. Will changing contenthash to hash work? Does it mean every filename will change on each build? |
@thesame- I'm facing the same issue, and yes, using [hash] every filename will change on each build. |
I'm getting this error when running production build with with FixStyleOnlyEntriesPlugin. Should I provide some more info?
The text was updated successfully, but these errors were encountered: