question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Supporting Webpack 5

See original GitHub issue

Testing 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:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
Izhakicommented, Nov 12, 2019

With tiny code changes, we now have Webpack 5 support. Landed as 4.2.0.

Thanks for flagging this!

1reaction
Izhakicommented, Nov 12, 2019

Uuuuuuhhh! Lot’s of work for me?

Does it work otherwise?

(Updating peer dependencies is easy - passing the tests might take a bit longer!)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found