size-plugin-plus

1.2.5 • Public • Published

size-plugin npm

Prints the gzipped sizes of your webpack assets and the changes since the last build.

size-plugin

🙋 Using Rollup? Check out the rollup-plugin-size port.

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.

/size-plugin-plus/

    Package Sidebar

    Install

    npm i size-plugin-plus

    Weekly Downloads

    2

    Version

    1.2.5

    License

    Apache-2.0

    Unpacked Size

    46.1 kB

    Total Files

    7

    Last publish

    Collaborators

    • zypolo91