Adding gatsby remove serviceworker (#12692)
This commit is contained in:
parent
b32b6cd5de
commit
57b0bd2a04
|
|
@ -83,5 +83,6 @@ module.exports = {
|
|||
anonymize: true,
|
||||
},
|
||||
},
|
||||
'gatsby-plugin-remove-serviceworker',
|
||||
],
|
||||
};
|
||||
|
|
|
|||
|
|
@ -12062,6 +12062,11 @@
|
|||
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet-async/-/gatsby-plugin-react-helmet-async-1.0.16.tgz",
|
||||
"integrity": "sha512-kLMoY/Bh9t4hIfGepXAms7fuByhLQehy/TTFT0qyLQGcY77y7thMIdM3V6wIVwGC7bbXHSgFcYlVTlarXTkKMw=="
|
||||
},
|
||||
"gatsby-plugin-remove-serviceworker": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-remove-serviceworker/-/gatsby-plugin-remove-serviceworker-1.0.0.tgz",
|
||||
"integrity": "sha1-n7QzvIvXZuFOHTcRxKxvBR4d/3w="
|
||||
},
|
||||
"gatsby-plugin-root-import": {
|
||||
"version": "2.0.5",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-root-import/-/gatsby-plugin-root-import-2.0.5.tgz",
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
"gatsby-plugin-manifest": "^2.5.2",
|
||||
"gatsby-plugin-offline": "^3.3.2",
|
||||
"gatsby-plugin-react-helmet": "^3.3.14",
|
||||
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
||||
"gatsby-plugin-sass": "^2.4.2",
|
||||
"gatsby-plugin-sharp": "^2.7.1",
|
||||
"gatsby-source-filesystem": "^2.4.2",
|
||||
|
|
|
|||
Loading…
Reference in New Issue