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
Hi,
After updating @vite-pwa/astro to 0.3.1 from 0.3.0, the asset generator doesn't work properly.
It still generates the artifacts, but specifically, import { pwaAssetsHead } from 'virtual:pwa-assets/head' does not work as expected anymore, as the links array inside of it is empty so it can't be used to render any of the required links or the theme-color meta tag.
Reverting it back to 0.3.0 fixed the problem for now.
The text was updated successfully, but these errors were encountered:
Try adding sharp and sharp-ico to "resolutions" entry to your package.json file with 0.32.0 version: sharp 0.33.0+ change native libraries, or try installing the corresponding native packages.
Hi,
After updating
@vite-pwa/astro
to 0.3.1 from 0.3.0, the asset generator doesn't work properly.It still generates the artifacts, but specifically,
import { pwaAssetsHead } from 'virtual:pwa-assets/head'
does not work as expected anymore, as the links array inside of it is empty so it can't be used to render any of the required links or thetheme-color
meta tag.Reverting it back to 0.3.0 fixed the problem for now.
The text was updated successfully, but these errors were encountered: