From 3f7a7fe570b79439b1ad5f0fec67a3a3eb98ea9e Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 9 Apr 2018 19:24:53 +0200 Subject: [PATCH] remove gatsby-plugin-offline for now --- gatsby-config.js | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 0971015..354ac6f 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -8,7 +8,6 @@ module.exports = { 'gatsby-plugin-react-next', 'gatsby-plugin-react-helmet', 'gatsby-plugin-sitemap', - 'gatsby-plugin-offline', { resolve: 'gatsby-plugin-sass', options: { diff --git a/package.json b/package.json index eef7499..b1a9573 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "dependencies": { "gatsby": "^1.9.241", "gatsby-link": "^1.6.39", - "gatsby-plugin-offline": "^1.0.15", "gatsby-plugin-react-helmet": "^2.0.8", "gatsby-plugin-react-next": "^1.0.11", "gatsby-plugin-sass": "^1.0.25",