An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          

## WebComponent bundle analyzer

Identify where your bundle bulk is coming from!

![image](https://cloud.githubusercontent.com/assets/883126/20458772/db0bdf2c-ae62-11e6-9093-1b3c9f9a4750.png)

### 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`