size-plugin icon indicating copy to clipboard operation
size-plugin copied to clipboard

Track compressed Webpack asset sizes over time.

Results 29 size-plugin issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/41351722/106440714-1d18fd80-64b4-11eb-92d3-aafbdc30081e.png)

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 ![Screen Shot 2019-07-24 at 15 38 56](https://user-images.githubusercontent.com/273283/61794288-8d5bb300-ae29-11e9-8ac6-643cc6565f73.png)

question
needs more info

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.

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,...

enhancement

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.

enhancement