mrbuilder-plugin-analyze

3.3.1 • Public • Published

This plugin is used to run webpack-bundle-analyzer.

Usage

The best way to run analyze is a yarn.

  $ yarn run analyze

// in package.json

{
  "name":"your-project",
  ...
  devDependencies:{
    ...
    "mrbuilder-plugin-analyze":"^0.0.10"
  },
  "scripts":{
    "analyze":"mrbuilder"
  }

}

Options

Property Type Default Description
reportFileName string report.html The filename of the report to generate
analyzerMode oneOf: server,static server Server or static version

Readme

Keywords

none

Package Sidebar

Install

npm i mrbuilder-plugin-analyze

Weekly Downloads

84

Version

3.3.1

License

0BSD

Unpacked Size

2.14 kB

Total Files

4

Last publish

Collaborators

  • nanandn
  • speajus