https://github.com/webpack/analyse
analyse web app for webpack stats
https://github.com/webpack/analyse
Last synced: about 1 month ago
JSON representation
analyse web app for webpack stats
- Host: GitHub
- URL: https://github.com/webpack/analyse
- Owner: webpack
- Created: 2013-02-19T10:28:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T12:09:20.000Z (over 1 year ago)
- Last Synced: 2025-05-07T23:34:44.465Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://webpack.github.com/analyse
- Size: 2.36 MB
- Stars: 886
- Watchers: 17
- Forks: 138
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - analyse
- awesome-webpack-perf - Webpack Analyse
README
# analyse
[http://webpack.github.io/analyse](http://webpack.github.io/analyse)
## Running
You can generate the required JSON file for this tool by running `webpack --profile --json > stats.json`
## Build
Development:
``` text
grunt dev
```Production:
``` text
grunt
```Publish:
``` text
grunt deploy
```