4.0.4 • Published 5 years ago

size-table-webpack-plugin v4.0.4

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

size-table-webpack-plugin

A webpack plugin to show size and gziped of assets in a table

How to use

npm i --save-dev size-table-webpack-plugin
// webpack.config.js
const SizeTableWebapckPlugin = reuire('size-table-webpack-plugin')

const config = {
  plugins: [
    new SizeTableWebapckPlugin()
  ]
}

options

clear

default false

should clear terminal console

premessage

the message before the size-table

postmessage

the message after the size-table

errorSize

default 1024 * 1024 * 500

when asset's size is bigger than errorSize, the color of the row will be red

4.0.4

5 years ago

4.0.3

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

3.0.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago