Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 487 Bytes

File metadata and controls

26 lines (17 loc) · 487 Bytes

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