Skip to content

Commit

Permalink
fix(gatsby): don't ignore SOURCE_FILE_CHANGED event (#30127) (#30129)
Browse files Browse the repository at this point in the history
(cherry picked from commit f6d1c09)

Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
  • Loading branch information
GatsbyJS Bot and pieh committed Mar 9, 2021
1 parent 37079ab commit 123e47c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/gatsby/src/state-machines/develop/index.ts
Expand Up @@ -276,8 +276,6 @@ const developConfig: MachineConfig<IBuildContext, any, AnyEventObject> = {
ADD_NODE_MUTATION: {
actions: `callApi`,
},
// Ignore, because we're about to extract them anyway
SOURCE_FILE_CHANGED: undefined,
},
invoke: {
src: `reloadData`,
Expand Down

0 comments on commit 123e47c

Please sign in to comment.