https://github.com/samccone/webcomponent-bundle-analyzer
Analyze where your web component bundle bloat is coming from!
https://github.com/samccone/webcomponent-bundle-analyzer
Last synced: 4 months ago
JSON representation
Analyze where your web component bundle bloat is coming from!
- Host: GitHub
- URL: https://github.com/samccone/webcomponent-bundle-analyzer
- Owner: samccone
- Created: 2016-11-19T22:16:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-26T22:32:59.000Z (over 9 years ago)
- Last Synced: 2025-03-26T10:05:17.207Z (over 1 year ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 58
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WebComponent bundle analyzer
Identify where your bundle bulk is coming from!

### Install
```npm install -g webcomponent-bundle-analyzer```
### Running:
`webcomponent-bundle-analyzer {path_to_project_root} {root_element_list.html} >
size-map.html`
`open size-map.html`
### Testing
`node test/generate-test-page.js > tmp.html`
`open tmp.html`