Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

If anyone interested I open this repo to play with this (POC), recenlty pushed and still not working: https://github.com/userquin/vite-dev-sw The sw is being registered with `type: 'module'` and so we...

we can also inject some resources such as precaching on the plugin, rn we read it from file, if we have the transform cache on disk we can inject it...

sorry: wrong changelist selected in my IDE, fixing lint

This PR is about the sequential plugin hack, I just renamed it so it doesn't sound drastic ;) . I guess Rollup should add configurable hooks, points 2) and 3)...

It is a server configuration issue, if you want to have this behavior, add a server middleware to do a redirection or forwarding, maybe we can add an option to...

hi @motss, great work, I haven't use it since version 1: Another change you will need to apply to `app-datepicker` is to prevent page scrolling on keyup events (only on...

I also forget you need to add to all buttons the attribute `type="button"`, this will prevent fire submit if shown inside a form (year, current date and month buttons).

Try to update deps to latest versions, I use `taze / taze major` (`npm i -g taze`) with `taze major -w` followed by `pnpm install`, I have this dep versions...

upps, sorry this is `nuxt-bridge`, not `vitessse-nuxt3` template...