1.0.0 • Published 7 years ago

poi-preset-webpackmonitor v1.0.0

Weekly downloads
10
License
MIT
Repository
github
Last release
7 years ago

poi-preset-webpackmonitor

Monitoring webpack optimization metrics.

Install

yarn add poi-preset-webpackmonitor --dev

Usage

Activate it in config file poi.config.js:

module.exports = {
  presets: [
    require('poi-preset-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