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

Caching too many files #1

Closed mischnic closed 5 years ago

mischnic commented 6 years ago

There might be old files in the build dir from previous runs

-> Only add current files to list

  1. get asset list from bundler
  2. pass to workbox (how?)
elbotho commented 5 years ago

maybe it's easier to delete dist before building again?

mischnic commented 5 years ago

Yeah, I'll add this in the next couple days