New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-app-rewire-bundle-analyzer

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-app-rewire-bundle-analyzer

Add BundleAnalyzerPlugin plugin to create-react-app using react-app-rewired

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
28
86.67%
Maintainers
1
Weekly downloads
 
Created
Source

react-app-rewire-bundle-analyzer

Add Webpack Bundle Analyzer plugin to your create-react-app via react-app-rewired.

Installation

yarn add --dev react-app-rewire-bundle-analyzer

OR

npm install --save-dev react-app-rewire-bundle-analyzer

Usage

In your react-app-rewired configuration:

/* config-overrides.js */

const rewireBundleAnalyzer = require('react-app-rewire-bundle-analyzer');

module.exports = function override(config, env) {
    // ...
    config = rewireBundleAnalyzer(config, env);
    // ...
    return config;
}

Keywords

react-app-rewired

FAQs

Package last updated on 28 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts