Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

You need to add the same regex (`/^\/api\//` in the example) to `workbox.navigateFallbackDenylist` array, and you should add also purge on quota error or play with max/min in the cache,...

if you're using `injectManifest` strategy, you can add the same logic via workbox modules.

This module only supports nuxt 3 with Vite, I guess you can use the same runtimeCaching configuration in old nuxt 2 pwa module

Nuxt 2 pwa module developed by nuxt: https://nuxt.com/modules?version=2.x&q=Pwa Read the docs, you need to add the configuration via some template IIRC.

IIRC you need to include a template for workbox.

can you try using `viteServer.middlewares.stack.push` in your plugin?

> > > creating an iframe per test file > > > > > > There can be only 1 focused element per page, so I don't think iframes are...

working ![imagen](https://github.com/vitest-dev/vitest/assets/6311119/b66a4c51-5b3d-40ce-abae-3a66eed16922)

To run browser tests: 1) from root `ni && nr build` and then 2) open a new terminal, change to `examples/vue-browser` and run `nr test` 3) open a new terminal,...

> @userquin can you resolve conflicts last time? Sure