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

@babel/plugin-proposal-private-property-in-object missing from babel-preset-react-app dependencies #13636

Open
stormdotcom opened this issue Jul 19, 2024 · 1 comment

Comments

@stormdotcom
Copy link

Hi,

The babel-preset-react-app package is using @babel/plugin-proposal-private-property-in-object without declaring it in its dependencies. This can cause builds to fail if the package is not present in node_modules for other reasons. Please add this dependency to avoid potential issues.
image

package version
react": "^18.3.1

Node Version 18.20.3

@NagarjunDP
Copy link

NagarjunDP commented Jul 30, 2024

add babel plugin by using npm

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

No branches or pull requests

2 participants