Skip to content

Requires a breaking change update introduced by upgrading to Workbox 5 #5

@jackfruit2

Description

@jackfruit2

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions