Skip to content

Webpack 5 support #8

@irudoy

Description

@irudoy

It throws when comparing two webpack-5 stats.

Obviously the problem in chunkalyse package, but seems like it's not maintained. And other issues may occur after fixing this one.

TypeError: Cannot read property 'reduce' of undefined
    at /.../.yarn/cache/chunkalyse-npm-0.5.3-853143bb41-56c74e2f5f.zip/node_modules/chunkalyse/index.js:44:15
    at Array.reduce (<anonymous>)
    at analyseChunks (/.../.yarn/cache/chunkalyse-npm-0.5.3-853143bb41-56c74e2f5f.zip/node_modules/chunkalyse/index.js:37:3)
    at module.exports (/.../.yarn/cache/chunkalyse-npm-0.5.3-853143bb41-56c74e2f5f.zip/node_modules/chunkalyse/index.js:19:10)
    at Array.map (<anonymous>)
    at bundles (/.../.yarn/cache/statistician-npm-0.5.7-4d025164e9-4020e114f0.zip/node_modules/statistician/programs/diff-summary/bundles/index.js:17:32)
    at module.exports (/.../.yarn/cache/statistician-npm-0.5.7-4d025164e9-4020e114f0.zip/node_modules/statistician/programs/diff-summary/index.js:15:30)
    at module.exports (/.../.yarn/cache/statistician-npm-0.5.7-4d025164e9-4020e114f0.zip/node_modules/statistician/programs/diff-summary/cli.js:10:54)
    at async /.../.yarn/cache/statistician-npm-0.5.7-4d025164e9-4020e114f0.zip/node_modules/statistician/cli.js:21:18

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions