Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

@PMLS3 maybe you can ask on nuxt repo

@Dinibewerbig The error is on build or when serving the app once built (it seems it is on serve if the error comes from stat)? Can you confirm if the...

@kwaa you can check this repo, I just hack the `vite-plugin-pwa` with a local copy of the plugin using the linked PR: https://github.com/userquin/pwa-sveltekit-vite EDIT: you will need to download the...

the vite plugin pwa is built using Vite 2, so we just get the 3 plugins destructuring the array: we only need to register a new one for the pwa...

@kwaa you have some reference for Vite, Rollup and Kit in the repo README file

@benmccann was my PR merged about including the scope? the problem here is that you cannot use type module, will work only in chrome. https://github.com/sveltejs/kit/pull/2281/files#diff-7803acf5d8fee14eba98e6e587035ef1f0bb35ddcccb9dd78b5ccf968beb18f0R77

@benmccann filed issue https://github.com/nodejs/readable-stream/issues/487

sw should be built using `iife` format, using pwa plugin also generates the `export default` in the sw, we use `es` format with `exports: 'none'` and `inlineDynamicImports: true` in the...

Summary: @Gizmo is using `nostr-tools` package in the service worker, I've created this repo https://github.com/userquin/nostroid-with-pwa-plugin to try import the package: - I enable dev options in vite-plugin-pwa: the plugin will...

@leonhma we've changed it since the sveltekit plugin was setting the webmanifest file into the immutable folder, originally we had the output pointing to the .sveltekit folder, check the history