0.1.7 • Published 3 years ago
webpack-analyzer-plugin v0.1.7
Install
npm i -D webpack-analyzer-pluginUsage
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 fileIt can be either an absolute path or a path relative to a bundle output directory (which is output.path in webpack config). |