Skip to content
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

Rewrite babel-plugin-named-exports-order as a webpack-loader #24748

Closed
Tracked by #24725
valentinpalkovic opened this issue Nov 7, 2023 · 0 comments · Fixed by #24749
Closed
Tracked by #24725

Rewrite babel-plugin-named-exports-order as a webpack-loader #24748

valentinpalkovic opened this issue Nov 7, 2023 · 0 comments · Fixed by #24749
Assignees

Comments

@valentinpalkovic
Copy link
Contributor

valentinpalkovic commented Nov 7, 2023

In Webpack5-based projects, a babel plugin is in place to adjust the compiled code to add meta-information about the order of stories since Webpack5 might shuffle the order. In the future, the Webpack5 builder will not only support Babel, but another compiler like SWC. Therefore, we have to change the implementation of this transformation for being compiler agnostic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant