Skip to content

Commit 79048ea

Browse files
authored
Apply suggestion from @leecalcote
Signed-off-by: Lee Calcote <leecalcote@gmail.com>
1 parent 51993b8 commit 79048ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const collectionIgnoreGlobs = isFullSiteBuild
99
: HEAVY_COLLECTIONS.map((name) => `**/${name}/**`);
1010
const devFlags = isDevelopment
1111
? {
12-
PARALLEL_SOURCING: true,
12+
PARALLEL_SOURCING: false,
1313
PRESERVE_FILE_DOWNLOAD_CACHE: true,
1414
PRESERVE_WEBPACK_CACHE: true,
1515
}

0 commit comments

Comments
 (0)