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
feat(gatsby): Add note to DEV_SSR flag about custom webpack config (#31063)
If someone modifies their config for the `build-html` stage and haven't for `develop-html`, they'll probably also need to update it to modify `develop-html` stage as well #28138 (comment)
description: `Server Side Render (SSR) pages on full reloads during develop. Helps you detect SSR bugs and fix them without needing to do full builds.`,
95
+
description: `Server Side Render (SSR) pages on full reloads during develop. Helps you detect SSR bugs and fix them without needing to do full builds. See umbrella issue for how to update custom webpack config.`,
0 commit comments