GoogleChrome / GoogleChrome/workbox
Is there an option to automatically register the service worker in files like index.html, or is there a configuration provided for this?
Open
- Dominant language
- JavaScript
- Stars
- 13k
- Forks
- 880
- Avg merge
- 2h 44m
- Merged PRs (30d)
- 8
Description
Something like the following call:
```js
new WorkboxWebpackPlugin.InjectManifest({
...
register: {filename: [/index.html/]},
})
```
Contributor guide
Assessment
This issue has not been assessed yet.