next-offline
next-offline copied to clipboard
Just updated to 5.0.5 and having workboxOpts issues
Hi,
I just updated next-offline from v3.4.6 to v5.0.5. However I'm seeing this issues:
Please check your GenerateSW plugin configuration: "importWorkboxFrom" is not a supported parameter.. "globPatterns" is not a supported parameter.. "globDirectory" is not a supported parameter.. "globIgnores" is not a supported parameter.
Those options are inside my workboxOpts, is there a breaking change in this regard? Thanks
similar thread https://github.com/expo/expo-cli/issues/3508 check out these links for the available options: https://developer.chrome.com/docs/workbox/modules/workbox-webpack-plugin/ https://developer.chrome.com/docs/workbox/reference/workbox-build/#type-WebpackGenerateSWOptions
Theses link doesn't gave the answer or any workaround. The available option are alfeady displayed in the console @ezekiel747 Do you please have a working code to share ?