Skip to content
This repository has been archived by the owner on Jun 3, 2019. It is now read-only.

webpack-bundle-analyzer not showing bundle dependencies #543

Open
jordmccord opened this issue Nov 16, 2017 · 3 comments
Open

webpack-bundle-analyzer not showing bundle dependencies #543

jordmccord opened this issue Nov 16, 2017 · 3 comments
Labels

Comments

@jordmccord
Copy link

Just a heads up that for some reason the analyze:client script is not showing the dependencies of each bundle on the interactive report. I'm currently looking to see why but I thought I'd make every aware.

@menberg
Copy link

menberg commented Nov 27, 2017

I had a similar issue some time ago. The solution was to modify

fs.writeFileSync(anaylzeFilePath, JSON.stringify(stats.toJson('verbose'), null, 4));

to JSON.stringify(stats.toJson(), null, 4)

Not sure if it's related to your issue though.

@jordmccord
Copy link
Author

That did the trick, thanks for that

@ctrlplusb ctrlplusb added the bug label Mar 26, 2018
@ctrlplusb
Copy link
Owner

Would be great to get this fix into next branch. Are either of you up for creating a PR?

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

No branches or pull requests

3 participants