10.0.0-alpha.0 • Published 6 years ago

poi-plugin-webpackmonitor v10.0.0-alpha.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

poi-plugin-webpackmonitor

Monitoring webpack optimization metrics.

Install

yarn add poi-plugin-webpackmonitor --dev

Usage

Activate it in config file poi.config.js:

module.exports = {
  plugins: [
    require('poi-plugin-webpackmonitor')(options)
  ]
}

Each time you run poi build webpackmonitor will write stats to .monitor/stats.json, if you want to launch the dashboard in your browser, you can append --webpackmonitor flag to this command.

Options

pluginOptions

Type: object Default:

{
  // Path to write stats file
  target: path.resolve('.monitor/stats.json'),
  // The cli flag --webpackmonitor
  launch: poi.argv.webpackmonitor
}

Options for webpack-monitor.

Note: You may add .monitor to .gitignore if you don't want to track it in your VCS.

License

MIT © EGOIST