A breaking change update is required to this module to ensure that its compatible with Workbox 5.
See the following error:
Creating an optimized production build...
Failed to compile.
Please check your GenerateSW plugin configuration:
[WebpackGenerateSW] 'navigateFallbackBlacklist' property is not expected to be here. Did you mean property 'navigateFallbackAllowlist'?
I created a PR that fixes the issue in the is module that can be found here:
#4
Once I made the change from navigateFallbackBlacklist
-> navigateFallbackDenylist
it allows the module to be used with v5 of Workbox.