Description
This is a customize-cra addon to disable babel-loader cache.
Under the hood, it simply sets cacheDirectory
option to false
Installation
-
Follow the customize-cra installation process here
-
Install the package
npm install --save-dev customize-cra-disable-babel-cache
Usage
// config-overrides.jsconst override = ;const disableBabelCache = ; moduleexports = ;