Menu

#3383 Is there an option to automatically register the service worker in files like index.html, or is there a configuration provided for this?

open
nobody
None
2024-12-11
2024-12-11
Anonymous
No

Originally created by: electroluxcode

Something like the following call:

new WorkboxWebpackPlugin.InjectManifest({
   ...
    register: {filename: [/index.html/]},
})

Discussion


Log in to post a comment.