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
There are several warnings in console after upgrade to v2.0:
🔧 [Warn] registerRoute() was called with a string containing an Express-style wildcard character. In the next version of Workbox, Express-style wildcards won't be supported, and strings will be treated a exact matches. Please switch to regular expressions for equivalent behavior.
workbox-sw.prod.v2.1.2.js:23 Path String: /**
workbox-sw.prod.v2.1.2.js:23 Wildcard Character: *
workbox-sw.prod.v2.1.2.js:23 Learn More: https://goo.gl/xZMKEV
workbox-sw.prod.v2.1.2.js:sourcemap:23 🔧 [Warn] registerRoute() was called with a string containing an Express-style wildcard character. In the next version of Workbox, Express-style wildcards won't be supported, and strings will be treated a exact matches. Please switch to regular expressions for equivalent behavior.
workbox-sw.prod.v2.1.2.js:23 Path String: /_nuxt/**
workbox-sw.prod.v2.1.2.js:23 Wildcard Character: *
workbox-sw.prod.v2.1.2.js:23 Learn More: https://goo.gl/xZMKEV
This question is available on Nuxt.js community (#c13)
The text was updated successfully, but these errors were encountered:
There are several warnings in console after upgrade to v2.0:
The text was updated successfully, but these errors were encountered: