We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7bd4e commit aba5ebaCopy full SHA for aba5eba
packages/gatsby/src/utils/flags.ts
@@ -162,13 +162,7 @@ const activeFlags: Array<IFlag> = [
162
experimental: false,
163
description: `Enable webpack's persistent caching during development. Speeds up the start of the development server.`,
164
umbrellaIssue: `https://gatsby.dev/cache-clearing-feedback`,
165
- testFitness: (): fitnessEnum => {
166
- if (sampleSiteForExperiment(`DEV_WEBPACK_CACHE`, 20)) {
167
- return `OPT_IN`
168
- } else {
169
- return true
170
- }
171
- },
+ testFitness: (): fitnessEnum => `LOCKED_IN`,
172
},
173
{
174
name: `PRESERVE_FILE_DOWNLOAD_CACHE`,
0 commit comments