Skip to content

Commit

Permalink
feat: adding feature flags for faster building
Browse files Browse the repository at this point in the history
Added flags that are on Docs site to align builds

```
flags: {
    DEV_SSR: true,
    PRESERVE_WEBPACK_CACHE: true,
    PRESERVE_FILE_DOWNLOAD_CACHE: true,
  }
```
  • Loading branch information
rudouglas committed May 13, 2021
1 parent 5385ebe commit 7c7a892
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
const quote = (str) => `"${str}"`;

module.exports = {
flags: {
DEV_SSR: true,
PRESERVE_WEBPACK_CACHE: true,
PRESERVE_FILE_DOWNLOAD_CACHE: true,
},
siteMetadata: {
title: 'New Relic Developers',
titleTemplate: '%s | New Relic Developers',
Expand Down

0 comments on commit 7c7a892

Please sign in to comment.