Helps with ServiceWorker removal from your website. [For more details](https://medium.com/@nekrtemplar/self-destroying-serviceworker-73d62921d717)
npm install gatsby-plugin-remove-serviceworkergatsby-plugin-remove-serviceworkerHelps with ServiceWorker removal from your website. For more details
```
npm install gatsby-plugin-remove-serviceworker
Then add it to the list of plugins in gatsby-config.js:
`js`
plugins: [
'gatsby-plugin-remove-serviceworker'
]
* filename _'sw.js'`
Default:
MIT