From 742a9baffde4085b9bfa8bf0c38aef4d1e125472 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Tue, 9 Mar 2021 11:59:48 +0100 Subject: [PATCH] fix(gatsby): don't ignore SOURCE_FILE_CHANGED event (#30127) (cherry picked from commit f6d1c093d2f5cf73e8bfdbfeefac18115a145463) --- packages/gatsby/src/state-machines/develop/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/gatsby/src/state-machines/develop/index.ts b/packages/gatsby/src/state-machines/develop/index.ts index b510a965778a0..e3a1f76b9909b 100644 --- a/packages/gatsby/src/state-machines/develop/index.ts +++ b/packages/gatsby/src/state-machines/develop/index.ts @@ -276,8 +276,6 @@ const developConfig: MachineConfig = { ADD_NODE_MUTATION: { actions: `callApi`, }, - // Ignore, because we're about to extract them anyway - SOURCE_FILE_CHANGED: undefined, }, invoke: { src: `reloadData`,