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

Broken w/ parcel-bundler 1.11.0 #19

Open chimon2000 opened 5 years ago

chimon2000 commented 5 years ago

With just the defaults here is the following build output.

image

image

The src file is missing from the service worker.

image

This occurs regardless of whether I use the defaults or inject my own service worker.