webpack-analyzer-plugin

0.1.7 • Public • Published

Install

npm i -D webpack-analyzer-plugin

Usage

const WebpackAnalyzerPlugin = require('webpack-analyzer-plugin')

module.exports = {
  plugins: [new WebpackAnalyzerPlugin()]
}

Examples

Options

Name Type Default Description
filename String WebpackAnalyzer.html Path to bundle report file
It can be either an absolute path or a path relative to a bundle output directory (which is output.path in webpack config).

Readme

Keywords

Package Sidebar

Install

npm i webpack-analyzer-plugin

Weekly Downloads

1

Version

0.1.7

License

MIT

Unpacked Size

959 kB

Total Files

7

Last publish

Collaborators

  • shuoshubao