1.0.0 • Published 8 years ago
gatsby-plugin-remove-serviceworker v1.0.0
gatsby-plugin-remove-serviceworker
Helps with ServiceWorker removal from your website. For more details
Usage
npm install gatsby-plugin-remove-serviceworkerThen 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