Skip to content

Commit 2cda529

Browse files
authored
fix(gatsby): remove DEV_SSR from FAST_DEV (#33343)
1 parent 29298f6 commit 2cda529

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
@@ -87,7 +87,7 @@ const activeFlags: Array<IFlag> = [
8787
experimental: false,
8888
description: `Enable all experiments aimed at improving develop server start time.`,
8989
includedFlags: [
90-
`DEV_SSR`,
90+
// `DEV_SSR`, - not working with serverdata atm
9191
`PRESERVE_FILE_DOWNLOAD_CACHE`,
9292
`DEV_WEBPACK_CACHE`,
9393
],

0 commit comments

Comments
 (0)