create-contentful-app icon indicating copy to clipboard operation
create-contentful-app copied to clipboard

Generated TypeScript template depends on babel-preset-react-app, no longer being maintained

Open pjmlp opened this issue 2 years ago • 0 comments

Node LTS v20.10.0

PS C:\Projects\data-generator-app> npm run build

> [email protected] build
> react-scripts build

Creating an optimized production build...
One of your dependencies, babel-preset-react-app, is importing the
"@babel/plugin-proposal-private-property-in-object" package without
declaring it in its dependencies. This is currently working because
"@babel/plugin-proposal-private-property-in-object" is already in your
node_modules folder for unrelated reasons, but it may break at any time.

babel-preset-react-app is part of the create-react-app project, which
is not maintianed anymore. It is thus unlikely that this bug will
ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to
your devDependencies to work around this error. This will make this message
go away.

Compiled successfully.

File sizes after gzip:

  149.73 kB  build\static\js\main.bb3d011c.js

The project was built assuming it is hosted at ./.
You can control this with the homepage field in your package.json.

The build folder is ready to be deployed.

Find out more about deployment here:

  https://cra.link/deployment

pjmlp avatar Jan 04 '24 14:01 pjmlp