Skip to content

Commit eafbbab

Browse files
authored
feature(gatsby): add new cache flags to FAST_DEV (#28447)
* Update flags.ts * prettier
1 parent 4ef4bf5 commit eafbbab

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/gatsby/src/utils/flags.ts

+7-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ const activeFlags: Array<IFlag> = [
3030
telemetryId: `FastDev`,
3131
experimental: false,
3232
description: `Enable all experiments aimed at improving develop server start time`,
33-
includedFlags: [`DEV_SSR`, `QUERY_ON_DEMAND`, `LAZY_IMAGES`],
33+
includedFlags: [
34+
`DEV_SSR`,
35+
`QUERY_ON_DEMAND`,
36+
`LAZY_IMAGES`,
37+
`PRESERVE_FILE_DOWNLOAD_CACHE`,
38+
`PRESERVE_WEBPACK_CACHE`,
39+
],
3440
},
3541
{
3642
name: `DEV_SSR`,

0 commit comments

Comments
 (0)