Skip to content

Commit 0fd6c1f

Browse files
authored
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)
1 parent 74cd26f commit 0fd6c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby/src/utils/flags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const activeFlags: Array<IFlag> = [
9292
command: `develop`,
9393
telemetryId: `DevSsr`,
9494
experimental: false,
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.`,
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.`,
9696
umbrellaIssue: `https://gatsby.dev/dev-ssr-feedback`,
9797
testFitness: (): fitnessEnum => {
9898
if (sampleSiteForExperiment(`DEV_SSR`, 20)) {

0 commit comments

Comments
 (0)