1.2.5 • Published 6 years ago
size-plugin-plus v1.2.5
🙋 Using Rollup? Check out the rollup-plugin-size port.
Installation
Install size-plugin as a development dependency using npm:
npm i -D size-pluginUsage
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.