Plugin to disable minification for Create React App
npm install react-scripts-plugin-no-minifyDisable build minification in your CRA app's build output.
``bash`
yarn add -D react-scripts-plugin-no-minify
Add to cra.config.js
`js`
module.exports = {
plugins: ['no-minify'],
};
* CRA_PLUGIN_NO_MINIFY - Set to false to disable this plugin's behavior. Defaults to true`.
The official Create React App does not have a supported plugin system.
This plugin is compatable with the following forks: