-
Notifications
You must be signed in to change notification settings - Fork 93
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 'forEach' of undefined #57
Comments
I'm seeing the same, with a file size of 60MB and using Webpack 4 |
I got this when uploading a stats file generated by a multi-compiler run of webpack. |
I'm seeing this exact issue with a 12MB stats file generated from webpack 4.31.0. |
Seeing this issue with a 25MB stats file generated from Webpack 4. |
I'm also seeing this with a 60,8MB stats.json file |
33.5Mb also doesnt work. |
37.8MB also doesnt work |
For me, it was because expected stats object properties were not found by However you control your stats options, make sure the ones it needs are emitted:
|
FYI the file I tried to upload was like 54 Mb
The text was updated successfully, but these errors were encountered: