This package has been deprecated

Author message:

this project is abandoned. please use whybundled instead

webpack-why

0.2.2 • Public • Published

webpack-why

npm Build Status

"Why is this module in my bundle??"

Installation

Install the package globally:

yarn global add webpack-why

Usage

$ webpack --json > stats.json
$ webpack-why stats.json ./src/module-b.js
Hash: deadbeef
bundle.js
└─ ./src/module-b.js
   └─ ./src/module-a.js
         └─ ./src/app.js

/webpack-why/

    Package Sidebar

    Install

    npm i webpack-why

    Weekly Downloads

    2

    Version

    0.2.2

    License

    MIT

    Last publish

    Collaborators

    • mxmul