ur-workbox-utils
v0.1.5
Published
Convenient utils for workbox
Downloads
5,169
Readme
Content of webpack.config.js
plugins: [
new GenerateSW({
manifestTransforms: [
addTemplatedURLs({
"Index": ["Pages/Index.cshtml*"]
})
]
})
]