Skip to content

upgrade gatsby-plugin-webpack-bundle-analyser-v2 #6450

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

leecalcote
Copy link
Member

Signed-off-by: Lee Calcote lee.calcote@layer5.io

Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
@leecalcote leecalcote requested a review from sudhanshutech May 15, 2025 16:40
Copy link

github-actions bot commented May 15, 2025

Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
@l5io
Copy link
Contributor

l5io commented May 15, 2025

🚀 Preview for commit 5d049b8 at: https://68261c0b2513bd0dcb33beb1--layer5.netlify.app

Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
@@ -20,7 +20,14 @@ module.exports = {
{
resolve: "gatsby-plugin-webpack-bundle-analyser-v2",
options: {
disable: true
devMode: true,
disable: process.env.NODE_ENV !== "production",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should it be not better if it is enabled for development also because we want analyzer to run for dev mode too to check various things like the bundle size and all?

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

Successfully merging this pull request may close these issues.

3 participants