next-offline
next-offline copied to clipboard
"globPatterns" is not a supported parameter while it actually is
- Version: 5.0.2
- Config:
generateSw: false,
workboxOpts: {
globPatterns: 'public/**/*'
},
Error message is:
Please check your InjectManifest plugin configuration:
"globPatterns" is not a supported parameter.
Workbox documentation actually specifies this parameter for InjectManifest config https://developers.google.com/web/tools/workbox/reference-docs/latest/module-workbox-build#.injectManifest
Is this due to a difference in the Workbox version used for next-offline?
Is there a way to solve this issue? I'm encountering the same