Helps 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
:
plugins: [
'gatsby-plugin-remove-serviceworker'
]
filename
-- filename of generated ServiceWorker Default:'sw.js'
MIT