antv-l7/node_modules/gatsby-plugin-remove-servic...
thinkinggis f7e5376b7d fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
..
README.md fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
gatsby-node.js fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
index.js fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
package.json fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
sw.js fix(fix css): fix css png 2019-11-22 18:04:14 +08:00

README.md

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