Understand CRACO (Create React App Configuration Override)
mainCRACO allows you to customize the configuration of a Create React App project without having to eject. You can override settings for tools like ESLint, Babel, PostCSS, and more using a single configuration file located at the root of your project.
Warning: Using CRACO breaks the configuration guarantees provided by Create React App. By using it, you take ownership of your configurations, and the project does not provide support for the underlying CRA settings.