1.0.0 • Published 7 years ago
webpack-size-plugin v1.0.0
🙋 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.
1.0.0
7 years ago