You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
A breaking change update is required to this module to ensure that its compatible with Workbox 5.
See the following error:
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.The text was updated successfully, but these errors were encountered: