react-scripts-plugin-no-minify

0.4.0 • Public • Published

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:

/react-scripts-plugin-no-minify/

    Package Sidebar

    Install

    npm i react-scripts-plugin-no-minify

    Weekly Downloads

    62

    Version

    0.4.0

    License

    MIT

    Unpacked Size

    3.52 kB

    Total Files

    5

    Last publish

    Collaborators

    • jdcrensh