Joaquín Sánchez
Joaquín Sánchez
> Why do you think it should be a dependency? Because some entries using tresjs core iirc, will check it again. We need to check if tsdown inlining tres core...
**NOTE:** `leches` and cleanup will go to another PR respetively (we also need to add auto-import/unimport stuff)

provide a minimal reproduction where we can test it :pray:
uhmmmmm, did you tried using `hydration: !import.meta.env.DEV` in your ViteSSG entry point? I have it working without any issues, will use `createSSRApp` instead `createApp`, this is an example I'm using:...
> The option `hydration` is new option from current version, my changes was based on v0.24.2 and I only fixed the merge conflicts to work with current v0.28.0 IIRC hydration...
I added a sort function where you can add your logic to sort your components, the test added in the PR using simple ascending/descending sorts, I guess with this callback...
> However, according to the `fast-glob` docs, results are returned in **arbitrary order**. This is not fine if the arbitrary order breaks for example the dirs/globs order. Looks like the...
https://github.com/SuperchupuDev/tinyglobby/issues/166
I'll try adding a new option at tinyglobby, unimport and unplugin-auto-import may have the same issue. /cc @danielroe @antfu