size-plugin
size-plugin copied to clipboard
Track compressed Webpack asset sizes over time.
The conditions used now for publishing sizes are tightly coupled to `env-ci` and the `master` branch. See: https://github.com/GoogleChromeLabs/size-plugin/blob/master/src/publish-size.js#L21 It would be nice to support a custom logic there for repositories...
Does not support wepback5 
Change: - move common logic to [size-plugin-core](https://github.com/kuldeepkeshwar/size-plugin-core) - fixes #28 - add Bot link in README.md - add compression(gzip/brotli) option
Hi there 👋 I'm trying to create a plugin that **calculates file sizes of all bundles and then pushes those stats to a custom data store**, Firebase Cloud Firestore in...
For some reason [chunkhash] is not replaced for css files. And that causes this issue for me https://github.com/GoogleChromeLabs/size-plugin/issues/17 
Initial setup for combining all `size-plugin*` packages into one repo. I have used `independent` version(`lerna`) for now(might change it to bring all packages under a single version number) Packages included:...
This should resolve: #6 It's the first pass where i choose json, let me know any comments or adjustments you like to make.
Compatibility with clean-webpack-plugin (or just any plugin to clean the build dir before the build
Related to https://github.com/GoogleChromeLabs/size-plugin/issues/6 but different in that I only want the data to be cached right at the start, so that a clean build can still be performed. Also I'm...
Hi, Love the idea of this plugin ! Has anybody got it working ? For me the output of the plugin is always the same the actual file size output,...
This plugin is so awesome for a first release! It'd be even more awesome if you could set upper limits on the delta and overall sizes to end with errors.