Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

Can you try with unplugin-auto-import directives instead? https://github.com/unplugin/unplugin-auto-import/blob/main/playground/vite.config.ts#L21

it should, just move the configuration from vue components to auto import plugin (Volar should also suggest directives)

vueuse should export a directives preset for unimport/auto-import (https://github.com/vueuse/vueuse/issues/4225) , but you can create a preset in the meantime: ```ts import type { InlinePreset } from 'unimport' ... AutoImport({ vueDirectives:...

We only need to change the protocol from the `target`, we cannot decode the target: - `web+ap://example/%2F/` => `https://example/%2F/` - `web+ap://example/web+ap:/foo` => `https://example/web+ap:/foo` - `web+ap://example/posts.php?id=foo` => `https://example/posts.php?id=foo`

Initial version released: https://github.com/userquin/nuxt-http-client-hints

Check https://github.com/vite-pwa/vite-plugin-pwa/issues/758#issuecomment-2385354781 (I need to do some final test)

This workbox PR merged but not yet released: https://github.com/GoogleChrome/workbox/pull/3359 I guess we don't need this PR, we can just update Rollup version.

> Dropping support for vite 3 seems a bit drastic to me. 👀 Tested this new PR with Vite 3.2.1 and it is working: https://github.com/vite-pwa/vite-plugin-pwa/pull/781