Skip to content

Commit

Permalink
Merge pull request #147 from YogaPan/fix/remove-service-worker
Browse files Browse the repository at this point in the history
fix: remove service worker
  • Loading branch information
YogaPan authored Jul 22, 2021
2 parents 1ddb955 + ec4f713 commit 96e9d8c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"frontmatter",
"funston",
"gtag",
"serviceworker",
"symlink"
]
}
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,6 @@ module.exports = {
pathToConfigModule: `${__dirname}/src/config/typography`
}
},
'gatsby-plugin-offline'
'gatsby-plugin-remove-serviceworker'
]
}
11 changes: 11 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"gatsby-plugin-offline": "^4.9.0",
"gatsby-plugin-react-helmet": "^4.9.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.6.8",
"gatsby-plugin-sharp": "^3.9.0",
"gatsby-plugin-sitemap": "^4.6.0",
Expand Down

0 comments on commit 96e9d8c

Please sign in to comment.