0.1.0 • Published 7 years ago
nuxtjs-webpackmonitor v0.1.0
Webpack Monitor Module
Monitor Nuxt webpack optimization metrics through the development process using webpackmonitor
Setup
- Add - @nuxtjs/webpackmonitordependency using yarn or npm to your project
- Add - @nuxtjs/webpackmonitorto- modulessection of- nuxt.config.js
{
  modules: [
    '@nuxtjs/webpackmonitor',
 ],
}- Optionally add .monitorto.gitignorefile if you don't want to track reports with VCS.
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
Copyright (c) Nuxt.js Community - Pooya Parsa pooya@pi0.ir
0.1.0
7 years ago