-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Breakage on build between Webpack 5.21.2 and 5.23.0 #1786
Comments
Same issue here. |
@jasonwilliams did you manage to resolve that issue? :) |
@marcisp sadly not but I hope to look into it soon. Feel free to investigate and add anything you find here it will be useful. |
|
😴 This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week without any further activity. Consider opening a pull request if you still have this issue or want this feature. |
I got same problem, while my webpack version is 5.21.2 and react-styleguidist 11.1.5. Is there any new progress on this issue? SOS! |
I know this may not help your situation, but I moved to storybook in the end. I think it’s unlikely this will get fixed |
🎉 This issue has been resolved in version 11.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This issue was not resolved for me on |
5.21.2
5.23.0
The issue seems to stem from https://github.com/styleguidist/react-styleguidist/blob/master/src/scripts/build.ts#L5-L13 on 5.21.2 it returns a
Compiler
object, on 5.23 it returnsnull
.It doesn't seem to like the callback
Reproduce
Install Webpack 5.23.0 and run
styleguidist build
Version: 11.1.5
The text was updated successfully, but these errors were encountered: