Skip to content

Commit

Permalink
Service worker unregister plugin added.
Browse files Browse the repository at this point in the history
  • Loading branch information
alpcanaydin committed Apr 25, 2018
1 parent 9616a09 commit f92eb3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions gatsby-config.js
Expand Up @@ -67,5 +67,6 @@ module.exports = {
icon: 'src/img/icon.png',
},
},
'gatsby-plugin-remove-serviceworker',
],
};
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -22,6 +22,7 @@
"gatsby-plugin-nprogress": "^1.0.14",
"gatsby-plugin-purify-css": "^2.2.1",
"gatsby-plugin-react-helmet": "^2.0.8",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sass": "^1.0.25",
"gatsby-remark-prismjs": "^1.2.24",
"gatsby-source-filesystem": "^1.5.28",
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Expand Up @@ -4611,6 +4611,10 @@ gatsby-plugin-react-helmet@^2.0.8:
dependencies:
babel-runtime "^6.26.0"

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"

gatsby-plugin-sass@^1.0.25:
version "1.0.25"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-1.0.25.tgz#81f756e149d86f921d43d703b9bd6a35dc51288f"
Expand Down

0 comments on commit f92eb3b

Please sign in to comment.