webpack-bundle-diff icon indicating copy to clipboard operation
webpack-bundle-diff copied to clipboard

Understand changes in webpack bundle size

Results 8 webpack-bundle-diff issues
Sort by recently updated
recently updated
newest added

|| Module | Count | Size | |-|-|-|-| |+|./node_modules/lodash/lodash.js|4|+481,460| |△|*2 modules with minor changes*| |+51| In this case I want to know which module break lodash threeshaking.

Hey, thanks for this great tool! I'm struggling to get it running as per the docs. Steps to reproduce: 1. `yarn add webpack-bundle-diff` 1. `wbd diff before.json after.json -o diff.json`...

The use of `namedChunkGroups` is specific to webpack 4, as far as I can tell. Would it be possible to support webpack 3 as well, which uses `assetsByChunkName` and uses...

Currently there is one for deriving the bundle data (`assetFilter`) and two for generating the report (`chunkGroups` and `moduleNameTransform`).

Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

The `webpack.config.js` in question does not export multiple configs, it is: ``` module.exports = (env, argv) => { return { target: 'web', [...] ``` The report is generated like this:...