react-scripts-plugin-no-minify
v0.4.0
Published
Plugin to disable minification for Create React App
Downloads
214
Readme
Plugin to disable minification for Create React App
Disable build minification in your CRA app's build output.
Install
yarn add -D react-scripts-plugin-no-minifyAdd to cra.config.js
module.exports = {
plugins: ['no-minify'],
};Configuration (dotenv)
CRA_PLUGIN_NO_MINIFY- Set tofalseto disable this plugin's behavior. Defaults totrue.
Compatability
The official Create React App does not have a supported plugin system. This plugin is compatable with the following forks:
