Adding gatsby remove serviceworker (#12692)

This commit is contained in:
Craig Rueda 2021-01-22 13:53:35 -08:00 committed by GitHub
parent b32b6cd5de
commit 57b0bd2a04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

View File

@ -83,5 +83,6 @@ module.exports = {
anonymize: true,
},
},
'gatsby-plugin-remove-serviceworker',
],
};

View File

@ -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",

View File

@ -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",