0.4.0 • Published 5 years ago

react-scripts-plugin-no-minify v0.4.0

Weekly downloads
135
License
MIT
Repository
github
Last release
5 years ago

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-minify

Add to cra.config.js

module.exports = {
  plugins: ['no-minify'],
};

Configuration (dotenv)

  • CRA_PLUGIN_NO_MINIFY - Set to false to disable this plugin's behavior. Defaults to true.

Compatability

The official Create React App does not have a supported plugin system. This plugin is compatable with the following forks: