You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 fromgenerateStatsFile: 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
withoutanalyzerMode: "disabled"
will start an HTTP server that won't exit without user interaction. See:webpack-contrib/webpack-bundle-analyzer#614
The text was updated successfully, but these errors were encountered: