-
Notifications
You must be signed in to change notification settings - Fork 139
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
Support Webpack v3 #30
Comments
28 days and no reply, this is just bad. |
this is by no means a fix (but can be used for a PR, actually), but you can use Chrome pretty formatter and debugger to put a breakpoint the place I did. After the breakpoint is active, run PD: this gives the idea that making the |
I was able to work around this for now using the
|
Just set
And it works fine. |
It seems that the Edit: I can confirm that adding |
For some reason, when there are multiple entry points, selection doesn't work. So, checkout the repo, do from this:
to this:
Then, if you have Otherwise just install and then start the app with: and open http://localhost:8080. I used Firefox and I noticed that modules/chunks visualization is flaky. This repo could really use an overhaul. This is a great idea for visually inspecting the inter-dependencies of your project. |
Excuse me, Also supports webpack4? |
Same problem here with the JSON output of an |
When using NamedChunksPlugin in 3.12.0
|
https://webpack.github.io/analyse has been broken for over a year and it seems that it is no longer maintained. See webpack/analyse#30 Closes #10589
https://webpack.github.io/analyse has been broken for over a year and it seems that it is no longer maintained. See webpack/analyse#30 Closes #10589
Make sure that you generate the Here's the more details: webpack/webpack#9392 |
The analyse tool is throwing the below error when loading a
stats.json
file from webpack v3.stats.json
The text was updated successfully, but these errors were encountered: