gatsby-plugin-remove-serviceworker
v1.0.0
Published
Helps with ServiceWorker removal from your website. [For more details](https://medium.com/@nekrtemplar/self-destroying-serviceworker-73d62921d717)
Downloads
61,793
Readme
gatsby-plugin-remove-serviceworker
Helps with ServiceWorker removal from your website. For more details
Usage
npm install gatsby-plugin-remove-serviceworker
Then add it to the list of plugins in gatsby-config.js
:
plugins: [
'gatsby-plugin-remove-serviceworker'
]
Options
filename
-- filename of generated ServiceWorker Default:'sw.js'
License
MIT