Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit af2d2c5

Browse files
committed
feat: adding feature flags to improve build times
Adding Gatsby FF's that are used in Docs site to align build processes
1 parent 38a9bf5 commit af2d2c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gatsby-config.js

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ const _ = require('lodash');
33
const remarkExternalLinks = require('./plugins/remark-external-link-icon');
44

55
module.exports = {
6+
flags: {
7+
DEV_SSR: true,
8+
PRESERVE_WEBPACK_CACHE: true,
9+
PRESERVE_FILE_DOWNLOAD_CACHE: true,
10+
},
611
siteMetadata: {
712
title: `New Relic Open Source`,
813
description: `New Relic's open source website makes it easy for you to explore the projects we're maintaining as well as our involvement in open standards.`,

0 commit comments

Comments
 (0)