-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update to latest version of next.js #64
Conversation
Deploy preview for rbb-data-storybook ready! ✅ Preview Built with commit e0c6387. |
Note: I just updated next.js to version 10 on a starter-based project and got an error that was related to the css-loader. I haven't investigated further, so not entirely sure this was caused by upgrading next (I didn't get this error when upgrading next on the Geburtskliniken project). Well.. thought this might be useful :) |
Webpack 5 support is still experimental in storybook even though it seems to work fine in next. I'd postpone the webpack update until it becomes more stable, running two separate webpack versions at the same time actually sounds pretty close to what I imagine hell to be like. |
I tested this in Lambdatest on Windows 10 + Edge v17
|
Fair enough! To be honest, rendering the storybook is not a priority in IE. The storybook is part of the developer experience, and I don't see IE playing an important role in that any time soon. |
Roadmap:
npm audit fix
Update to webpack 5, because it will be the default in upcoming versions of next.js