CRACO is an amazing npm package that helps to override the default config of React’s CRA. We can initialize our React app using Create React App then get all benefits and customize the default config using the CRACO library.
CRACO package works by adding a craco.config.js file in the root of our react project. And then use to customize the babel, eslint, and more configurations.
npm Command to install CRACO package
npm i @craco/craco
yarn Command to install CRACO package
yarn add @craco/craco
- Refer CRACK package – https://www.npmjs.com/package/@craco/craco