0.1.7 • Published 1 year ago

webpack-analyzer-plugin v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Install

npm i -D webpack-analyzer-plugin

Usage

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

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

Examples

Options

NameTypeDefaultDescription
filenameStringWebpackAnalyzer.htmlPath to bundle report fileIt can be either an absolute path or a path relative to a bundle output directory (which is output.path in webpack config).
0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago