Rollup-plugin-apply-sw-registration
Rollup plugin that appends minified service worker registration code to the end of the document body. This can be useful if you only want to apply the service worker for your production build, and not during development.
Example usage:
;; input: 'demo/index.html' output: dir: 'demo/dist' plugins:
Customized:
;; input: 'demo/index.html' output: dir: 'demo/dist' plugins:
Configuration
name | type | description |
---|---|---|
htmlFileName | string | custom html file name, 'index.html' by default |
prefix | string | custom prefix |
scope | string | will add a custom scope to the sw registration. |
swName | string | custom service worker name |