-
Notifications
You must be signed in to change notification settings - Fork 138
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
Is analyse still an active project? #40
Comments
Same to me. The project does not seem supported any more. https://webpack.github.io/analyse/ does not load the file, neither in Chrome nor in Firefox. In both cases, there are errors in browser's dev tools console. Google Chrome | 73.0.3683.86
Firefox 66.0.2:
|
Looks like the stats format was changed at some point by Webpack and the tool wasn't updated to handle new format correctly. It can't find the @sokra could you elaborate on this issue please? How drastically is this tool outdated? Would it be difficult to update it to make it work with the latest Webpack? It looks very useful, especially comparing with other tools, that are just too primitive. |
Practical hint:
|
Seems like the JSON has the following 2 lines at the start:
Deleting these helped. |
Nope |
I tried using with a profile file from Webpack v4. After uploading the file nothing happened.
There doesn't seem to be any recent activity, but the package itself doesn't say deprecated or that it is no longer supported. Is analyse still an active project?
Thanks in advance!
The text was updated successfully, but these errors were encountered: