We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef4bf5 commit eafbbabCopy full SHA for eafbbab
packages/gatsby/src/utils/flags.ts
@@ -30,7 +30,13 @@ const activeFlags: Array<IFlag> = [
30
telemetryId: `FastDev`,
31
experimental: false,
32
description: `Enable all experiments aimed at improving develop server start time`,
33
- includedFlags: [`DEV_SSR`, `QUERY_ON_DEMAND`, `LAZY_IMAGES`],
+ includedFlags: [
34
+ `DEV_SSR`,
35
+ `QUERY_ON_DEMAND`,
36
+ `LAZY_IMAGES`,
37
+ `PRESERVE_FILE_DOWNLOAD_CACHE`,
38
+ `PRESERVE_WEBPACK_CACHE`,
39
+ ],
40
},
41
{
42
name: `DEV_SSR`,
0 commit comments