Skip to content

Commit 856406f

Browse files
authored
chore(gatsby): specify in description for LAZY_IMAGES min supported version of gatsby-plugin-sharp (#28448)
1 parent e7b329c commit 856406f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby/src/utils/flags.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const activeFlags: Array<IFlag> = [
5757
command: `develop`,
5858
telemetryId: `LazyImageProcessing`,
5959
experimental: true,
60-
description: `Don't process images during development until they're requested from the browser. Speeds starting the develop server.`,
60+
description: `Don't process images during development until they're requested from the browser. Speeds starting the develop server. Requires [email protected] or above.`,
6161
umbrellaIssue: `https://github.com/gatsbyjs/gatsby/discussions/27603`,
6262
},
6363
{

0 commit comments

Comments
 (0)