https://github.com/relative-ci/example-bundle-stats-webpack-config
BundleStats setup example for custom webpack config
https://github.com/relative-ci/example-bundle-stats-webpack-config
bundle-stats
Last synced: 3 months ago
JSON representation
BundleStats setup example for custom webpack config
- Host: GitHub
- URL: https://github.com/relative-ci/example-bundle-stats-webpack-config
- Owner: relative-ci
- Created: 2019-10-29T21:41:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T10:56:16.000Z (about 2 years ago)
- Last Synced: 2024-05-14T11:56:21.085Z (about 2 years ago)
- Topics: bundle-stats
- Language: JavaScript
- Homepage:
- Size: 1.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BundleStats setup example for custom webpack config
> Configure webpack to generate a bundle-stats report on every build.
## Installation
```shell
npm install
```
## Build
```shell
npm run build
```