Skip to content
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

Not sure this requires BundleAnalyzerPlugin #499

Open
dleavitt opened this issue Oct 3, 2023 · 0 comments
Open

Not sure this requires BundleAnalyzerPlugin #499

dleavitt opened this issue Oct 3, 2023 · 0 comments

Comments

@dleavitt
Copy link

dleavitt commented Oct 3, 2023

I might be missing something here, but I don't think this requires BundleAnalyzerPlugin at all, at least in recent versions of webpack. It looked to me like the output you get from generateStatsFile: true is the same as you get from running webpack with the --json flag.

Also, I believe when using the config described in the README, your job will actually hang forever, as BundleAnalyzerPlugin without analyzerMode: "disabled" will start an HTTP server that won't exit without user interaction. See:

webpack-contrib/webpack-bundle-analyzer#614

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

No branches or pull requests

1 participant