csr632
csr632
@bluwy Could you take a look at this PR? Also need some help on the failing CI of [vite-plugin-svelte](https://github.com/vitejs/vite-ecosystem-ci/actions/runs/3723816748/jobs/6315570007) above. The [histoire](https://github.com/vitejs/vite-ecosystem-ci/actions/runs/3723816748/jobs/6315569683) CI error also seems to related to svelte.
I have added back the test and the fix reverted by https://github.com/vitejs/vite/pull/11412 Also tested with the solid template `npm init solid@latest`. The solid bug is caused by the same reason...
/ecosystem-ci run
> Ideally we should drop `resolveFrom` entirely and always use `tryNodeResolve`. > But I feel `tryNodeResolve` very complicated and subtle to use... Callers have to collect arguments carefully and know...
> Use that path and compare via `optimizedData.src.startsWith(resolvedSrc)` instead of `===` I think it will have issue when package has multiple entries. For example, `optimizedData.src` is `/path/to/test-package/entry1` but this `tryOptimizedResolve(depsOptimizer,...
@bluwy Hi! This PR is now ready to be reviewed.
@patak-dev @bluwy Hi! Could we try merging this fix in 4.1.0?
It is currently not supported, but it is a nice feature and we should implement it! I can work on it when I have time this month. Contribution is also...
The serializer seems to be the most important part. The most difficult part is, how to resolve the limitation of serialization? Here is my understanding. Q1: How do you serialize...
The "go back" button of browser is useful to go back to the menu. The floating feature also seems very nice!