1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 17:23:22 +01:00

remove gatsby-plugin-offline for now

This commit is contained in:
Matthias Kretschmann 2018-04-09 19:24:53 +02:00
parent 51524e9bd9
commit 3f7a7fe570
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ module.exports = {
'gatsby-plugin-react-next', 'gatsby-plugin-react-next',
'gatsby-plugin-react-helmet', 'gatsby-plugin-react-helmet',
'gatsby-plugin-sitemap', 'gatsby-plugin-sitemap',
'gatsby-plugin-offline',
{ {
resolve: 'gatsby-plugin-sass', resolve: 'gatsby-plugin-sass',
options: { options: {

View File

@ -5,7 +5,6 @@
"dependencies": { "dependencies": {
"gatsby": "^1.9.241", "gatsby": "^1.9.241",
"gatsby-link": "^1.6.39", "gatsby-link": "^1.6.39",
"gatsby-plugin-offline": "^1.0.15",
"gatsby-plugin-react-helmet": "^2.0.8", "gatsby-plugin-react-helmet": "^2.0.8",
"gatsby-plugin-react-next": "^1.0.11", "gatsby-plugin-react-next": "^1.0.11",
"gatsby-plugin-sass": "^1.0.25", "gatsby-plugin-sass": "^1.0.25",