Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
felixfbecker opened this issue Apr 25, 2018 · 2 comments
Open

Comments

@felixfbecker
Copy link

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)
@vojty
Copy link

vojty commented May 15, 2018

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

@prateekjahead
Copy link

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

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

This needs to be true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants