mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-04-29 18:26:46 +02:00
Add service worker remover
This commit is contained in:
parent
6668118fd7
commit
448d174362
3 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,7 @@ module.exports = {
|
||||||
siteUrl: `https://unkn0wncat.net`,
|
siteUrl: `https://unkn0wncat.net`,
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
|
`gatsby-plugin-remove-serviceworker`,
|
||||||
{
|
{
|
||||||
resolve: `gatsby-plugin-typescript`,
|
resolve: `gatsby-plugin-typescript`,
|
||||||
options: {
|
options: {
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
"gatsby-plugin-image": "^2.6.0",
|
"gatsby-plugin-image": "^2.6.0",
|
||||||
"gatsby-plugin-manifest": "^4.6.0",
|
"gatsby-plugin-manifest": "^4.6.0",
|
||||||
"gatsby-plugin-react-helmet": "^5.6.0",
|
"gatsby-plugin-react-helmet": "^5.6.0",
|
||||||
|
"gatsby-plugin-remove-serviceworker": "^1.0.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",
|
||||||
"gatsby-plugin-sitemap": "^5.6.0",
|
"gatsby-plugin-sitemap": "^5.6.0",
|
||||||
|
|
|
@ -5422,6 +5422,11 @@ gatsby-plugin-react-helmet@^5.6.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.15.4"
|
"@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:
|
gatsby-plugin-sass@^5.6.0:
|
||||||
version "5.6.0"
|
version "5.6.0"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-5.6.0.tgz#0a2b5298c001a6dc17aaa8cbbc928f151c4dfb1e"
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-5.6.0.tgz#0a2b5298c001a6dc17aaa8cbbc928f151c4dfb1e"
|
||||||
|
|
Loading…
Add table
Reference in a new issue