mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-02 03:36:44 +02:00
Add service worker remover
This commit is contained in:
parent
f3f3d2d533
commit
dc4b0107e8
3 changed files with 7 additions and 0 deletions
|
@ -116,6 +116,7 @@ module.exports = {
|
||||||
sameAs: extConfig.sameAs,
|
sameAs: extConfig.sameAs,
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
|
`gatsby-plugin-remove-serviceworker`,
|
||||||
`gatsby-plugin-eslint`,
|
`gatsby-plugin-eslint`,
|
||||||
`gatsby-plugin-image`,
|
`gatsby-plugin-image`,
|
||||||
`gatsby-plugin-sharp`,
|
`gatsby-plugin-sharp`,
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
"gatsby-plugin-react-helmet": "5.6.0",
|
"gatsby-plugin-react-helmet": "5.6.0",
|
||||||
"gatsby-plugin-react-i18next": "1.2.2",
|
"gatsby-plugin-react-i18next": "1.2.2",
|
||||||
"gatsby-plugin-remote-images": "3.2.0",
|
"gatsby-plugin-remote-images": "3.2.0",
|
||||||
|
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
||||||
"gatsby-plugin-robots-txt": "1.7.0",
|
"gatsby-plugin-robots-txt": "1.7.0",
|
||||||
"gatsby-plugin-sass": "5.6.0",
|
"gatsby-plugin-sass": "5.6.0",
|
||||||
"gatsby-plugin-sharp": "4.6.0",
|
"gatsby-plugin-sharp": "4.6.0",
|
||||||
|
|
|
@ -6180,6 +6180,11 @@ gatsby-plugin-remote-images@3.2.0:
|
||||||
gatsby-source-filesystem "^3.4.0"
|
gatsby-source-filesystem "^3.4.0"
|
||||||
lodash "^4.17.15"
|
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:
|
gatsby-plugin-robots-txt@1.7.0:
|
||||||
version "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"
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.7.0.tgz#58ac310c9fb7e58162d6e21802884b342837b451"
|
||||||
|
|
Loading…
Add table
Reference in a new issue