Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

@RDjarbeng docs preview entry here: https://deploy-preview-397--vite-plugin-pwa-legacy.netlify.app/guide/static-assets.html#reusing-src-assets-images

I Will try to add the icon to the bundle if missing. Vite Will not emit any asset under any folder that's not being used (vía static import or vía...

@RDjarbeng ok, I'll update docs with vanilla js/ts like on Vite docs also including a note about not using icons in the codebase

@RDjarbeng can you check updated docs entry? found a new limitation and examples updated

Try moving it to public folder, should work in both, dev and build

@antfu maybe we can have some problem with this on `vite-ssg`, since we're using it without the `bundle` param, I'll try to check it tmr on vitesse template. EDIT: I'll...

I need to test all integrations, a fast review just checking source code: - `vite-ssg`: no problem, build module just regenerates the service worker - `îles`: should check if it...

I Will try to emit the icon if missing from the bundle, I think we shouldn't add this behavior. If ppl Just want to add the icons to the assets...

@IlyasDiker can you provide a small repro? The build and the dev options are not related: I Will check it using vanillajs instead typescript, a change to the sw should...

@harlan-zw yeah, I can transfer the repo, I need to fix a few things before the transfer: the current active PR and update i18n integration. Since Vuetify 3 and i18n...