Add service worker remover

This commit is contained in:
Kevin Kandlbinder 2022-01-25 23:46:17 +01:00
parent 6668118fd7
commit 448d174362
3 changed files with 7 additions and 0 deletions

View file

@ -10,6 +10,7 @@ module.exports = {
siteUrl: `https://unkn0wncat.net`,
},
plugins: [
`gatsby-plugin-remove-serviceworker`,
{
resolve: `gatsby-plugin-typescript`,
options: {

View file

@ -11,6 +11,7 @@
"gatsby-plugin-image": "^2.6.0",
"gatsby-plugin-manifest": "^4.6.0",
"gatsby-plugin-react-helmet": "^5.6.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sass": "^5.6.0",
"gatsby-plugin-sharp": "^4.6.0",
"gatsby-plugin-sitemap": "^5.6.0",

View file

@ -5422,6 +5422,11 @@ gatsby-plugin-react-helmet@^5.6.0:
dependencies:
"@babel/runtime" "^7.15.4"
gatsby-plugin-remove-serviceworker@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-remove-serviceworker/-/gatsby-plugin-remove-serviceworker-1.0.0.tgz#9fb433bc8bd766e14e1d3711c4ac6f051e1dff7c"
integrity sha1-n7QzvIvXZuFOHTcRxKxvBR4d/3w=
gatsby-plugin-sass@^5.6.0:
version "5.6.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-5.6.0.tgz#0a2b5298c001a6dc17aaa8cbbc928f151c4dfb1e"