nuxt-community / webpackmonitor-module

Monitor nuxt webpack optimization metrics through the development process using webpackmonitor
MIT License
83 stars 5 forks source link

Webpack Monitor Module

Please note that Webpack Monitor is NOT currently maintained - sorry 😢

npm (scoped with tag) npm CircleCI Codecov Dependencies js-standard-style

Monitor Nuxt webpack optimization metrics through the development process using webpackmonitor

📖 Release Notes

Setup

{
  modules: [
    '@nuxtjs/webpackmonitor',
 ],
}

Usage

This module automatically captures stats from each Production build into .monitor/stats.json file if there was any diff.

You can use npx nuxt build --webpackmonitor or yarn nuxt build --webpackmonitor to launch monitor dashboard in your browser after build.

Options

To customize defaults you can add webpackMonitor key to nuxt.config.js. See here for possible options.

License

MIT License

Copyright (c) Nuxt.js Community - Pooya Parsa pooya@pi0.ir