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
Running workbox generateSW on this config file results in this error:
[1] "ignoreURLParametersMatching[0]" must be of type object
From the docs, it is clear that ignoreURLParametersMatching expects an array of Regular Expressions, not strings.
The wizard script should be fixed to reflect this.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this; we have a PR out to fix it, but in the meantime, feel free to manually edit the config file to remove the " around the RegExps.
Library Affected:
workbox-cli
Browser & Platform:
Windows
Issue or Feature Request Description:
Running
workbox wizard
resulted in the following config file:Running
workbox generateSW
on this config file results in this error:From the docs, it is clear that
ignoreURLParametersMatching
expects an array of Regular Expressions, not strings.The wizard script should be fixed to reflect this.
The text was updated successfully, but these errors were encountered: