1.3.0 • Published 6 years ago

cds-size-plugin v1.3.0

Weekly downloads
2
License
Apache-2.0
Repository
-
Last release
6 years ago

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

Apache 2.0

This is not an official Google product.