All Projects → byzyk → react-app-rewire-webpack-bundle-analyzer

byzyk / react-app-rewire-webpack-bundle-analyzer

Licence: MIT license
Add webpack-bundle-analyzer to a react-app-rewired config.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-app-rewire-webpack-bundle-analyzer

react-app-rewire-workbox
Customise the service worker for create-react-app apps without ejecting - using Google's Workbox webpack plugins instead of the old sw-precache
Stars: ✭ 44 (+83.33%)
Mutual labels:  create-react-app, react-app-rewire, react-app-rewired
cra-bundle-analyzer
Use Webpack Bundle Analyzer on a create-react-app application without ejecting
Stars: ✭ 46 (+91.67%)
Mutual labels:  create-react-app, webpack-bundle-analyzer
react-app-rewire-babel-loader
Rewire babel-loader loader in your create-react-app project using react-app-rewired.
Stars: ✭ 20 (-16.67%)
Mutual labels:  create-react-app, react-app-rewired
cra-multi-page-template
Create-react-app Multi-page application configuration template, including dva and ant-design, enabled PWA, compatible with IE11.
Stars: ✭ 17 (-29.17%)
Mutual labels:  create-react-app, react-app-rewired
monkey-react-scripts
Monkey react script runner
Stars: ✭ 22 (-8.33%)
Mutual labels:  create-react-app
spax
[WIP] 🚀 a framework for building frameworks
Stars: ✭ 22 (-8.33%)
Mutual labels:  react-app-rewired
create-react-scripts
Easily extend the react-scripts to your own version of react-scripts
Stars: ✭ 64 (+166.67%)
Mutual labels:  create-react-app
cra-tailwindcss-in-js
Integrate Tailwind CSS in a Create React App setup using css-in-js solutions
Stars: ✭ 35 (+45.83%)
Mutual labels:  create-react-app
react-component-lib
Boilerplate repo for creating npm packages with React components written in TypeScript and using styled-components
Stars: ✭ 69 (+187.5%)
Mutual labels:  create-react-app
kkt
Create React apps with no build configuration, Cli tool for creating react apps.
Stars: ✭ 40 (+66.67%)
Mutual labels:  create-react-app
descent-app
Top of descent path calculator. Let's calculate your descent!
Stars: ✭ 28 (+16.67%)
Mutual labels:  create-react-app
cra-and-storybook
Stars: ✭ 13 (-45.83%)
Mutual labels:  create-react-app
a8k
基于 webpack 最佳实践构建工具https://hxfdarling.github.io/a8k/
Stars: ✭ 52 (+116.67%)
Mutual labels:  create-react-app
dva-boot
🌱 使用CRA(create-react-app v2) 构建的react dva 2 脚手架 支持动态路由、接口数据模拟、按功能分层、并且包含诸多实用的小组件
Stars: ✭ 79 (+229.17%)
Mutual labels:  create-react-app
react-antd-admin
基于vite2.x + react17.x + typescript4.x + antd4.x + react-router6.x + mobx6.x编写的一款简单高效的前后端分离的权限管理系统
Stars: ✭ 140 (+483.33%)
Mutual labels:  create-react-app
react-firebase-template
Bootstrap a React + Firebase full stack application with every thing you need pre-configured: hosting, database, authentication, CI, Typescript, Material UI, PWA and other goodies.
Stars: ✭ 24 (+0%)
Mutual labels:  create-react-app
go-create-react-app
This is a demo project which shows one of possible implementations of intergration between regular server on Golang and React application created and built using create-react-app
Stars: ✭ 26 (+8.33%)
Mutual labels:  create-react-app
basic-todo-app-using-bit
A highly-modular React todo application composed of reusable components from 5 different collections. Full-blown software modularity.
Stars: ✭ 16 (-33.33%)
Mutual labels:  create-react-app
google-place-autocomplete
🏆 Best practice with Google Place Autocomplete API on React
Stars: ✭ 68 (+183.33%)
Mutual labels:  create-react-app
create-cra-template
A cli tool to generate cra-template from current create-react-app project.
Stars: ✭ 22 (-8.33%)
Mutual labels:  create-react-app

react-app-rewire-webpack-bundle-analyzer

npm License

Add webpack-bundle-analyzer to react-app-rewired config.

Install

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

Usage

const rewireWebpackBundleAnalyzer = require('react-app-rewire-webpack-bundle-analyzer')

module.exports = function override(config, env) {
  // ...

  if (env === 'production') {
    config = rewireWebpackBundleAnalyzer(config, env, {
      analyzerMode: 'static',
      reportFilename: 'report.html'
    })
  }

  return config
}

License

MIT © Bohdan Khodakivskyi

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].