You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: `Parallelize running page queries in order to better saturate all available cores. Improves time it takes to run queries during gatsby build. Requires Node v14.10 or above.`,
requires: `As of [email protected] this feature is available as a config option inside gatsby-config. Learn more at https://gatsby.dev/graphql-typegen`,
236
222
},
237
-
]
238
-
239
-
if(_CFLAGS_.GATSBY_MAJOR===`5`){
240
-
activeFlags.push({
223
+
{
241
224
name: `PARTIAL_HYDRATION`,
242
225
env: `GATSBY_PARTIAL_HYDRATION`,
243
226
command: `build`,
@@ -250,13 +233,19 @@ if (_CFLAGS_.GATSBY_MAJOR === `5`) {
0 commit comments