Skip to content

Commit

Permalink
Remove the gatsby-plugin-offline plugin to avoid stale content issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
sboots committed Jun 5, 2019
1 parent 6f17b59 commit 1d93c2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ module.exports = {
},
},
`gatsby-transformer-csv`,
'gatsby-plugin-offline',
],
}

1 comment on commit 1d93c2d

@stfnsr
Copy link

@stfnsr stfnsr commented on 1d93c2d Jun 6, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi!
Just saw this because you referenced <gatsbyjs/gatsby#11830>.
Is this already in use? Because then you'd need gatsby-plugin-remove-serviceworker to remove the outdated serviceworker from clients that already visited the page.

Please sign in to comment.