Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goto-bus-stop/browserify-webpack-stats
output a webpack-style stats.json with browserify
https://github.com/goto-bus-stop/browserify-webpack-stats
browserify browserify-plugin build profile webpack wip
Last synced: 3 months ago
JSON representation
output a webpack-style stats.json with browserify
- Host: GitHub
- URL: https://github.com/goto-bus-stop/browserify-webpack-stats
- Owner: goto-bus-stop
- License: other
- Created: 2018-04-25T11:40:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-26T09:33:44.000Z (over 6 years ago)
- Last Synced: 2024-04-14T07:46:18.273Z (9 months ago)
- Topics: browserify, browserify-plugin, build, profile, webpack, wip
- Language: JavaScript
- Size: 9.77 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# browserify-webpack-stats
output a webpack-style stats.json with browserify, for use with webpack based bundle analyzer tools
> WIP!
[![npm][npm-image]][npm-url]
[![travis][travis-image]][travis-url]
[![standard][standard-image]][standard-url][npm-image]: https://img.shields.io/npm/v/browserify-webpack-stats.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/browserify-webpack-stats
[travis-image]: https://img.shields.io/travis/goto-bus-stop/browserify-webpack-stats.svg?style=flat-square
[travis-url]: https://travis-ci.org/goto-bus-stop/browserify-webpack-stats
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
[standard-url]: http://npm.im/standard## Install
```
npm install browserify-webpack-stats
```## Usage
```bash
browserify app.js -p browserify-webpack-stats -o bundle.js
webpack-bundle-analyzer stats.json .
```## License
[Apache-2.0](LICENSE.md)