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
Remix generates a file like assets/manifest-12345.js that contains the list of routes and their dependencies, and links to this from the HTML doc. But RemixPWA isn't including it in the __workerManifest.assets list, which makes it tricky to ensure that file gets cached for offline use.
I think maybe the PWA vite plugin that generates the assets list is running before Remix generates the manifest file?
Yep, thx for bringing it to my attention, this is slated for release alongside v5. I would have to manually include this, but this is a weird issue that it doesn't show up:
Do note that in dev, Remix PWA uses the public folder as the build folder, so it doesn't bundle anything in build - building it in non-dev mode switches the focus to build/client
Remix generates a file like
assets/manifest-12345.js
that contains the list of routes and their dependencies, and links to this from the HTML doc. But RemixPWA isn't including it in the __workerManifest.assets list, which makes it tricky to ensure that file gets cached for offline use.I think maybe the PWA vite plugin that generates the assets list is running before Remix generates the manifest file?
The text was updated successfully, but these errors were encountered: