Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

With latest changes we can remove `scroll-to-top` plugin and any call to `scrollToTop` EDIT: Elk click hook, seems only work on home, so, should we include the click in another...

I guess the problem can be solved just adding a key (using the icon name) to the icons links

dev mode is about checking sw logic will not work when offline (we're caching only the root page): if you enable sw in dev mode will be a pain, use...

You need to run `npx serve ...` or `node ...`, check nuxt hint once generate/build script finish. You are running the build command and then start the dev server again,...

I still need to do some more checks and change the build to use only ESM format in vite rollup options, some steps in the patch script won't be required....

Some problems when using require, looks like we need the namespace creation. I'm going to check esm, but it should work (creating esm branch in the gh repo). Arrrgg, it...

Can you try adding vite-vue-jsx and the tsx extension in the vite vue components config? https://github.com/unplugin/unplugin-vue-components/blob/main/src/types.ts#L89

What's the result disabling workbox?