CRACO Package – To override Create React App Config

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

About the Author: smartcoder

You might like

Leave a Reply

Your email address will not be published. Required fields are marked *