From 123e47c1d7a79ccf1d2ff5003ae44dc4326129c8 Mon Sep 17 00:00:00 2001 From: GatsbyJS Bot Date: Tue, 9 Mar 2021 13:15:14 -0500 Subject: [PATCH] fix(gatsby): don't ignore SOURCE_FILE_CHANGED event (#30127) (#30129) (cherry picked from commit f6d1c093d2f5cf73e8bfdbfeefac18115a145463) Co-authored-by: Michal Piechowiak --- 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`,