webpackmonitor-module
webpackmonitor-module copied to clipboard
Monitor nuxt webpack optimization metrics through the development process using webpackmonitor
Results
1
webpackmonitor-module issues
Sort by
recently updated
recently updated
newest added
### framework template: nuxt-express ### example: nuxt.config.js: ```js // nuxt.config.js module.exports = { ... webpackMonitor : { capture: true, // -> default 'true' target: '~/.monitor/stats.json', // default -> '../monitor/stats.json' launch:...