-
Notifications
You must be signed in to change notification settings - Fork 27k
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
with-webpack-bundle-size-analyzer no longer works #26715
Comments
The example seems to link to this one now https://github.com/vercel/next.js/tree/canary/examples/analyze-bundles. Have you tried that one? It works perfectly fine on Next.js 11 with our codebase at least (haven't tied the example). |
Yea seems to work with older versions but not with the latest https://github.com/vercel/next.js/tree/canary/examples/with-webpack-bundle-size-analyzer |
It might be more helpful for the team to specify the exact version. Since this was posted Jun 29, I doubt anyone would go through the trouble of figuring out which version was the latest at that time or if it means latest public release or latest canary release. |
https://github.com/vercel/next.js/tree/canary/examples/analyze-bundles is the up-to-date version, and |
`with-webpack-bundle-analyzer` and `with-webpack-bundle-size-analyzer` are a duplicate/outdated versions of the `analyze-bundles` example and thus should be removed to avoid confusion. Related: #26715 ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `yarn lint`
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
What example does this report relate to?
with-webpack-bundle-size-analyzer
What version of Next.js are you using?
latest
What version of Node.js are you using?
14.x
What browser are you using?
Chrome
What operating system are you using?
macOS
How are you deploying your application?
/
Describe the Bug
I have noticed that
with-webpack-bundle-size-analyzer
no longer works. When I added some StackBlitz buttons this one definitely worked. Here's the error I am seeing:Here's a reproduction.
Expected Behavior
The example should work.
To Reproduce
npm run analyze
The text was updated successfully, but these errors were encountered: