Size Plugin
AppA Github bot for size-plugin
199 installs
Tags
(2)Pricing
Select a tab navigation
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
Supported languages
(1)Plans and pricing
free to use
$0- $0
Size Plugin is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation