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-react-docgen as a webpack-loader #24750

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

Rewrite babel-plugin-react-docgen as a webpack-loader #24750

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

Comments

@valentinpalkovic
Copy link
Contributor

valentinpalkovic commented Nov 7, 2023

In Webpack5-based projects, the babel-plugin-react-docgen plugin is used to generate types for Javascript and Typescript components. 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
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant