use local workbox to simplify csp
Co-Authored-By: Ian Reinhart Geiser <geiseri@geekcentral.pub>
This commit is contained in:
parent
46207cfe10
commit
9b5a43e4bd
|
@ -68,6 +68,7 @@ module.exports = (options = {}) => merge(
|
||||||
})
|
})
|
||||||
].concat(prod ? [
|
].concat(prod ? [
|
||||||
new GenerateSW({
|
new GenerateSW({
|
||||||
|
importWorkboxFrom: "local",
|
||||||
include: [cachePattern],
|
include: [cachePattern],
|
||||||
runtimeCaching: [{
|
runtimeCaching: [{
|
||||||
urlPattern: cachePattern,
|
urlPattern: cachePattern,
|
||||||
|
|
Loading…
Reference in New Issue