0.1.7 • Published 2 years ago

webpack-analyzer-plugin v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago