Joaquín Sánchez

Results 923 comments of Joaquín Sánchez

Pushed some changes: - revert changing `resolvedImports`, included `resolvedTypes` on `TransformOptions` - use `import` also for types on dts generation - added `pinia`, `vuex` and `svelte` types

@jacekkarczmarczyk Maybe it would be better to add a cli to generate the icons since the process will be too expensive, then we can transform the index.html using the cli...

@jacekkarczmarczyk there is plugin for `VS Code` from microsoft ([PWABuilder](https://www.pwabuilder.com/)), maybe it would be better to use it instead integrating the logic here, I've not tested it yet (I use...

@jacekkarczmarczyk can you take a look at this one [PWA Asset Generator](https://github.com/onderceylan/pwa-asset-generator) ? You can also generate splash for installed PWA. I'll take a look to try to integrate here,...

> Will do, thanks. This link from Google looks cool too! FYI: The link to Learn PWA is also included on Getting Started entry on docs: https://vite-plugin-pwa.netlify.app/guide/

@vdemcak check https://github.com/antfu/vite-plugin-pwa/issues/289

@robotpapier you should use `transformManifest` callback on `workbox` or `injectManifest` plugin option, add routes in that callback. I'm not familiar with SSR Apps, I only use it on SSG: `vite-ssg`...

@robotpapier check this issue https://github.com/antfu/vitesse/issues/159

@kasperstorgaard check this https://github.com/withastro/rfcs/discussions/198#discussioncomment-2800143 I have it working with 2 routes, I need to finish the docs and the mapping from the hook. You will be able to use built-in...