Skip to content

Commit

Permalink
feat(create-gatsby): Remove offline plugin (#29771)
Browse files Browse the repository at this point in the history
Co-authored-by: Ward Peeters <ward@coding-tech.com>
  • Loading branch information
ascorbic and wardpeet committed Feb 25, 2021
1 parent 8967b88 commit 27adffe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/create-gatsby/src/features.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"gatsby-plugin-google-analytics": {
"message": "Add the Google Analytics tracking script"
},
"gatsby-plugin-image": {
"message": "Add responsive images",
"plugins": [
Expand All @@ -16,12 +13,14 @@
}
}
},
"gatsby-plugin-google-analytics": {
"message": "Add the Google Analytics tracking script"
},
"gatsby-plugin-react-helmet": {
"message": "Add page meta tags with React Helmet",
"dependencies": ["react-helmet"]
},
"gatsby-plugin-sitemap": { "message": "Add an automatic sitemap" },
"gatsby-plugin-offline": { "message": "Enable offline functionality" },
"gatsby-plugin-manifest": {
"message": "Generate a manifest file",
"options": {
Expand Down

0 comments on commit 27adffe

Please sign in to comment.