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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i webpack-why

Weekly Downloads

4

Version

0.2.2

License

MIT

Last publish

Collaborators

  • mxmul