Joaquín Sánchez
Joaquín Sánchez
can you share the repo if public?
You should read the docs, it is a pain to switch from auto update to prompt: https://vite-pwa-org.netlify.app/guide/auto-update.html#automatic-reload The new prompt should be available next time the user opens a new...
Weird, can you set mode to development and check the generated sw.js? If you're using any virtual the page reload may force to control the current tab but others shouldn't....
you need to add the app to vitest repo: https://github.com/stackblitz-labs/pkg.pr.new?tab=readme-ov-file#setup
> @userquin We discussed about how to trigger pkg.pr.new and we agreed "cr-tracked" label based workflow is okay. I'll push a few commits here and see how it goes. Check...
@hi-ogawa I've sent you an invitation to vue discord server and a link to Vitepress room/channel, I asked `brc_dd` and his answer was: > Actually, github actions can also add...
> Do we need a mention in the readme/documentation that we have this? We have this for example: https://vitest.dev/guide/#using-unreleased-commits https://github.com/vite-pwa/vite-plugin-pwa/blob/main/.github/pull_request_template.md
Coverage including html folder when running standalone report (`--reporter=html`), no idea what's happening. Added `onFinishedReportCoverage` to the html reporter to allow copy/paste custom css and dark script to html pages...
Html reporter is the custom reporter you are asking for. Vitest will check for html reporter in the configuration to include the reporter from the ui package: check coverage docs...
> Sorry I'm not sure I'm following here. Istanbul's [`html`](https://github.com/istanbuljs/istanbuljs/tree/main/packages/istanbul-reports/lib/html) reporter is used to generate the report that Vitest UI shows. This PR wants to add custom CSS/JS for that...