Skip to content

Commit 123e47c

Browse files
GatsbyJS Botpieh
GatsbyJS Bot
andauthoredMar 9, 2021
fix(gatsby): don't ignore SOURCE_FILE_CHANGED event (#30127) (#30129)
(cherry picked from commit f6d1c09) Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>

File tree

1 file changed

+0
-2
lines changed
  • packages/gatsby/src/state-machines/develop

1 file changed

+0
-2
lines changed
 

‎packages/gatsby/src/state-machines/develop/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,6 @@ const developConfig: MachineConfig<IBuildContext, any, AnyEventObject> = {
276276
ADD_NODE_MUTATION: {
277277
actions: `callApi`,
278278
},
279-
// Ignore, because we're about to extract them anyway
280-
SOURCE_FILE_CHANGED: undefined,
281279
},
282280
invoke: {
283281
src: `reloadData`,

0 commit comments

Comments
 (0)
Please sign in to comment.