analyse icon indicating copy to clipboard operation
analyse copied to clipboard

Cannot read property 'parents' of undefined when opening modules tab

Open felixfbecker opened this issue 6 years ago • 2 comments

image

Uncaught TypeError: Cannot read property 'parents' of undefined
    at eval (webpack:///./app/graphs/modules.js?:59)
    at Array.some (<anonymous>)
    at isInChunks (webpack:///./app/graphs/modules.js?:58)
    at eval (webpack:///./app/graphs/modules.js?:61)
    at Array.some (<anonymous>)
    at eval (webpack:///./app/graphs/modules.js?:50)
    at Array.forEach (<anonymous>)
    at eval (webpack:///./app/graphs/modules.js?:45)
    at Array.forEach (<anonymous>)
    at eval (webpack:///./app/graphs/modules.js?:19)

felixfbecker avatar Apr 25 '18 03:04 felixfbecker

same problem here with stats generated via https://github.com/FormidableLabs/webpack-stats-plugin/

vojty avatar May 15 '18 11:05 vojty

I faced the same problem. Later I checked my webpack stats config to find:

{
    ...
    chunks: false,
    ...
}

This needs to be true.

prateekjahead avatar Mar 08 '19 10:03 prateekjahead