Add service worker remover

This commit is contained in:
Kevin Kandlbinder 2022-01-25 23:49:08 +01:00
parent f3f3d2d533
commit dc4b0107e8
3 changed files with 7 additions and 0 deletions

View file

@ -116,6 +116,7 @@ module.exports = {
sameAs: extConfig.sameAs,
},
plugins: [
`gatsby-plugin-remove-serviceworker`,
`gatsby-plugin-eslint`,
`gatsby-plugin-image`,
`gatsby-plugin-sharp`,

View file

@ -40,6 +40,7 @@
"gatsby-plugin-react-helmet": "5.6.0",
"gatsby-plugin-react-i18next": "1.2.2",
"gatsby-plugin-remote-images": "3.2.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "1.7.0",
"gatsby-plugin-sass": "5.6.0",
"gatsby-plugin-sharp": "4.6.0",

View file

@ -6180,6 +6180,11 @@ gatsby-plugin-remote-images@3.2.0:
gatsby-source-filesystem "^3.4.0"
lodash "^4.17.15"
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-robots-txt@1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.7.0.tgz#58ac310c9fb7e58162d6e21802884b342837b451"