All Projects → svengau → cra-bundle-analyzer

svengau / cra-bundle-analyzer

Licence: other
Use Webpack Bundle Analyzer on a create-react-app application without ejecting

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to cra-bundle-analyzer

react-app-rewire-webpack-bundle-analyzer
Add webpack-bundle-analyzer to a react-app-rewired config.
Stars: ✭ 24 (-47.83%)
Mutual labels:  create-react-app, webpack-bundle-analyzer
react-intl.macro
Extract react-intl messages with babel-plugin-macros.
Stars: ✭ 39 (-15.22%)
Mutual labels:  create-react-app
cra-envs
⚙️ Bundle env var in CRA at launch time!
Stars: ✭ 45 (-2.17%)
Mutual labels:  create-react-app
wx-react-app
使用Create-React-App 和 Ant Design Pro 框架整合,演示地址:
Stars: ✭ 16 (-65.22%)
Mutual labels:  create-react-app
ml-resources-react
A simple react app displaying resources to learn Machine learning.
Stars: ✭ 15 (-67.39%)
Mutual labels:  create-react-app
create-react-app-express
⚙️ Express server for your Create React App (Backbone of cra-universal)
Stars: ✭ 20 (-56.52%)
Mutual labels:  create-react-app
netlify-forms-formik
📝 Netlify Forms with Formik and ReCaptcha
Stars: ✭ 33 (-28.26%)
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 (-23.91%)
Mutual labels:  create-react-app
public-ol-web-template
OrangeLoops Web Project Boilerplate
Stars: ✭ 28 (-39.13%)
Mutual labels:  create-react-app
node-less-chokidar
Watch and build CSS from LESS, compatible with Create React App
Stars: ✭ 21 (-54.35%)
Mutual labels:  create-react-app
adonisjs-create-react-app
Adonisjs + Create React App Boilerplate
Stars: ✭ 22 (-52.17%)
Mutual labels:  create-react-app
inside-client
Human Resources Department Tool. https://ifactory-solutions.github.io/inside-client/
Stars: ✭ 42 (-8.7%)
Mutual labels:  create-react-app
hackerNews-pwa
hacker news pwa
Stars: ✭ 17 (-63.04%)
Mutual labels:  create-react-app
meal-planner
A web application to plan what you eat daily in accordance to dietary needs
Stars: ✭ 53 (+15.22%)
Mutual labels:  create-react-app
cra-macro-example
This is an example of how you can use Create React App with Babel Plugin Macros.
Stars: ✭ 38 (-17.39%)
Mutual labels:  create-react-app
create-material-ui-app
create-react-app + storybook + storybook-addon-material-ui
Stars: ✭ 55 (+19.57%)
Mutual labels:  create-react-app
forex-web-app
💱 foreign currency exchange app built with react hooks
Stars: ✭ 17 (-63.04%)
Mutual labels:  create-react-app
movies
🍿 react-app for movies
Stars: ✭ 60 (+30.43%)
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 (-47.83%)
Mutual labels:  create-react-app
GraphQL-Blueprint
GraphQL Blueprint: a software developer tool for engineers that want to quickly generate React/Express, Apollo and GraphQL boilerplate code using a data modeling interface. Watch your queries, mutations, and schema update in realtime with our code preview feature and finally, export it when you're ready to begin building the rest of your app!
Stars: ✭ 74 (+60.87%)
Mutual labels:  create-react-app

npm node downloads

This package allows to use webpack-bundle-analyzer with create-react-app, without having to eject the react application.

It's an alternative to the official source-map-explorer.

Installation

# NPM
npm install --save-dev cra-bundle-analyzer
# Yarn
yarn add -D cra-bundle-analyzer

Usage

npx cra-bundle-analyzer

This command will generate the webpack-bundle-analyzer report in build/report.html

Options

  -r, --reportFilename <file>         Path to bundle report file that will be generated in `static` mode. (default: report.html)

References

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].