Category
Supported languages
JavaScript
From the developer
size-plugin
A GitHub App built with Probot that comments the gzipped sizes of your webpack assets and the changes since the last build into the relevant PR
Usage
First add an instance of the plugin to your webpack configuration:
// webpack.config.js
+ const SizePlugin = require('size-plugin');
module.exports = {
plugins: [
+ new SizePlugin({publish:true})
]
}
Second Simply install the app and watch the magic happen
Contributing
If you have suggestions for how size-plugin could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the Contributing Guide.
License
ISC © 2019 kuldeepkeshwar kuldeepkeshwar@gmail.com
Pricing and setup
free to use
Free
free to use
- $0
Size Plugin is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation