cds-size-plugin
v1.3.0
Published
Tracks your Webpack asset sizes over time.
Downloads
3
Maintainers
Readme
Installation
Install size-plugin
as a development dependency using npm:
npm i -D size-plugin
Usage
Add an instance of the plugin to your webpack configuration:
// webpack.config.js
+ const SizePlugin = require('size-plugin');
module.exports = {
plugins: [
+ new SizePlugin()
]
}
License
This is not an official Google product.