From 005e51b28d4db25aeb7c4d2b4f170aa6154cb552 Mon Sep 17 00:00:00 2001 From: emyarod Date: Fri, 21 May 2021 09:49:20 -0700 Subject: [PATCH] chore(gatsby): remove v3.0 FAST_REFRESH flag (#2336) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- gatsby-config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 3b72280c235..7b6b3e99192 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -12,7 +12,6 @@ module.exports = { flags: { PRESERVE_WEBPACK_CACHE: true, FAST_DEV: true, - FAST_REFRESH: true, }, plugins: [ {