mischnic / parcel-plugin-sw-cache

📦👷 Parcel plugin for caching using a service worker
https://npm.im/parcel-plugin-sw-cache
MIT License
47 stars 6 forks source link

Fix for case where publicURL is = '/' #7

Closed supertopoz closed 6 years ago

supertopoz commented 6 years ago

Don't know if this is helpful. This stops the service worker outputting this this:

workbox.routing.registerNavigationRoute("//index.html");

In the case where the publicURL variable in the source code is = '/'