Is there an option to automatically register the service worker in files...
Brought to you by:
tomkozak
Originally created by: electroluxcode
Something like the following call:
new WorkboxWebpackPlugin.InjectManifest({
...
register: {filename: [/index.html/]},
})