10.0.0-alpha.0 • Published 6 years ago

poi-plugin-bundle-report v10.0.0-alpha.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

poi-plugin-bundle-report

This is a plugin for adding webpack-bundle-analyzer which could help you:

  1. Realize what's really inside your bundle
  2. Find out what modules make up the most of it's size
  3. Find modules that got there by mistake
  4. Optimize it!

Install

yarn add poi-plugin-bundle-report --dev

Usage

Activate it in config file:

// poi.config.js
module.exports = {
  plugins: [
    require('poi-plugin-bundle-report')()
  ]
}

Add --bundle-report while building your app in production mode to get report:

poi build --bundle-report
# then you'll be automatically navigated to http://localhost:8888

API

Table of Contents

pluginBundleReport

Parameters

LICENSE

MIT © EGOIST