We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46207cf commit 9b5a43eCopy full SHA for 9b5a43e
scripts/webpack.client.config.js
@@ -68,6 +68,7 @@ module.exports = (options = {}) => merge(
68
})
69
].concat(prod ? [
70
new GenerateSW({
71
+ importWorkboxFrom: "local",
72
include: [cachePattern],
73
runtimeCaching: [{
74
urlPattern: cachePattern,
0 commit comments