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
{{ message }}
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.
I don't think that using Object.keys(bundle) without further modification is the right general solution in this case. The file paths are relative to the rollup output dir and depend on the underlying OS, so they may break depending on where you generate the service worker.
Do you really intend importScripting the whole bundle though? If you are just looking to populate worbox' precache manifest, then using globDirectory may be a better way.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Is this plugin supposed to cache the built assets?
I had to add this to get it working
I'm using rollup 1.15.4
The text was updated successfully, but these errors were encountered: