react-json-view
react-json-view copied to clipboard
:arrow_up: Updating the webpack version
Migration from webpack 4 to 5th version.
Webpack 4 doesn't work well with node v20.
The dev mode fails with this error:
The error doesn't appear after I update the webpack version
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| react-json-view | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 22, 2024 8:04pm |
Thanks for all your PRs. For reasons I don't know I didn't see the notifications for this repo.
Can you check test failing? 🙏
Thanks for all your PRs. For reasons I don't know I didn't see the notifications for this repo.
Can you check test failing? 🙏
Ouch... I'm sorry, I missed that the react-base16-styling package is using the new ESM module type. The simplest fix will be a downgrading to the previous version, which is using CJS.
Tests are still red. But it's an another problem, which exists in the master branch too. I mean, it's not directly related to this PR. The fix will be here - https://github.com/microlinkhq/react-json-view/pull/38