next-offline icon indicating copy to clipboard operation
next-offline copied to clipboard

Just updated to 5.0.5 and having workboxOpts issues

Open kchangch opened this issue 2 years ago • 2 comments

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

kchangch avatar Aug 05 '22 18:08 kchangch

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

ezekiel747 avatar Nov 30 '22 06:11 ezekiel747

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 ?

w8ze-devel avatar Jul 17 '23 13:07 w8ze-devel