react-app-rewire-webpack-bundle-analyzer

JSON →
library 1.1.0 ·javascript maintenance
verified Jun 4, 2026

A utility to integrate webpack-bundle-analyzer into Create React App configurations that use react-app-rewired (or react-scripts v1/v2). Version 1.1.0 (latest stable, updated in 2019) provides a simple wrapper that injects the BundleAnalyzerPlugin into the webpack config generated by CRA, with optional configuration passed directly to the plugin. It supports conditional activation based on environment (e.g., production only). Compared to alternatives like customize-cra or CRACO, this package is minimal and focused solely on bundle analysis. Note that it is not actively maintained and may not work with newer versions of CRA or webpack.