-
-
Notifications
You must be signed in to change notification settings - Fork 9.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
[Bug]: Stories are not sorted by their exports when Webpack is v5.76.0 #22804
Comments
@tmeasday Repro above, logged from #15574 (comment). |
@dkilgore-eightfold this project is on 6.5 so I would encourage you to try it out on 7.0, where the babel handling has changed quite a bit. The issue comes from the lack of |
@tmeasday I'll add this babel dep and push an update to this dependabot PR branch. |
@tmeasday I've updated the Dependabot PR using the recommended exports plugin. Works a treat. |
Glad to hear you got it sorted! 🎉 Closing this for now. Please let me know if there's more to be done. |
Describe the bug
Upgrade from Webpack 5.64.4 to 5.76.0 causes stories to be sorted alphabetically, rather than by order exported.
To Reproduce
Repro branch via Dependabot PR --> EightfoldAI/octuple#564
yarn
, andyarn storybook
System
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: