Supporting Webpack 5
See original GitHub issueTesting application with Webpack 5.0.0 Warning emitted
warning " > nodemon-webpack-plugin@4.1.1" has incorrect peer dependency "webpack@4".
Would be good to have peerDependencies set to “webpack”: " ^4.0.0 || ^5.0.0"
https://github.com/webpack/changelog-v5/blob/master/MIGRATION GUIDE.md
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
To v5 from v4 - webpack
This guide aims to help you migrating to webpack 5 when using webpack directly. If you are using a higher level tool to...
Read more >facebook/create-react-app - Webpack 5 support overview
Overview of tasks needed for updating CRA to Webpack 5 - Some of the work will support both Webpack 4 + 5 but...
Read more >Webpack 5 Adoption - Next.js
Next.js has adopted webpack 5 as the default for compilation. We've spent a lot of effort into ensuring the transition from webpack 4...
Read more >Upgrading Webpack 4 → 5 | Square Corner Blog
We used mocha-webpack to build and run our mocha tests. We realized mocha-webpack didn't support Webpack 5 and is no longer maintained. There ......
Read more >So You Want CRA With Webpack 5 Support | Stuff Hasan Says
CRA did not release a new version with Webpack 5 support yet. However, you can still make it work using their wp5 branch...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
With tiny code changes, we now have Webpack 5 support. Landed as 4.2.0.
Thanks for flagging this!
Uuuuuuhhh! Lot’s of work for me?
Does it work otherwise?
(Updating peer dependencies is easy - passing the tests might take a bit longer!)