From 2a1a6498e280f78768f40f482d7beeb3cef3e05f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 3 Jun 2021 08:45:50 +0530 Subject: [PATCH] - update to 2.7.1 - add webpack cache --- gatsby-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gatsby-config.js b/gatsby-config.js index 5bf07613..f707cd29 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -7,6 +7,7 @@ module.exports = { description: 'A free and open source resume builder.', version: '2.7.1', }, + flags: { PRESERVE_WEBPACK_CACHE: true }, plugins: [ 'gatsby-plugin-react-helmet', {