Hugo Alliaume

Results 329 comments of Hugo Alliaume

I can see the point to for npm to audit any dependencies of your dependencies, but come on, even for **optional** peer dependencies that are **not installed**? 🥲 I believe...

I think the 2nd option is doable, https://v2.vuejs.org/eol/ is doable, in a new major version of Encore.

> Do you know if there is any plan with the support removal from webpack encore team? Should we create a different issue? Nothing I can tell you right now,...

I'm starting to investigate what's missing to make Svelte 5 happy here, just personal notes: - svelte 4.x `sf console importmap:require [email protected] svelte/[email protected] svelte/internal/[email protected] && pnpm add -D [email protected] &&...

Ok I think I'm on something. I believe that's because the context between `svelte` and `svelte/internal/client` is not shared. In one of the module, [`init_operations()` is called](https://github.com/sveltejs/svelte/blob/b0d255aefe6e5071c0cde23285ff0e89eec23080/packages/svelte/src/internal/client/render.js#L168) and [`first_child_getter` and...

To be honest, due to how files are bundled on JSDelivr and how Svelte 5 works, I don't know if we can have Svelte 5 support for AssetMapper... :/

> But i don't get how this work as... in the end... there are only compiled assets in a directory right ? Not with AssetMapper / CDN stuff. When you...

> There is not much code in the package, i'm sure we can make something in it to load or or the other file :) Yeah, but for the moment...

FYI this is something planned for UX 3.x