Sebastian Sdorra
Sebastian Sdorra
> Are there any plans to update Vite to version 6 in the repository? No concrete plans yet. Once I finish the work on #471 and then #494, I will...
The ci process still ends with the following error: ```bash ERR_PNPM_OUTDATED_LOCKFILE Cannot install with "frozen-lockfile" because pnpm-lock.yaml is not up to date with samples/svelte-kit/package.json ``` Have you done a `pnpm...
You have changed the version of the `@content-collections/*` packages to `workspace:*`, which is incompatible with the sparse checkout of StackBlitz. Please retain the old versions of the `@content-collections/*` packages. The...
I've added some styling and sample posts. I will update the tests tomorrow, and then we can merge the PR.
@git-no i've updated the sample to match the look and feel of the other (newer) samples. The build and the tests are working now. But i've noticed that every svelte...
> Do you have an example / repository? Yeah, this pull request. Each MD file uses a different Svelte component and all of them a wrapped with a p tag.
You mean that Vite logs the posted lines in a endless loop? Can you check which version of `vite`, `chokidar` and `fsevents` is used?
Can you provide a repository for reproduction?
This setup is not possible with the Vite plugin because the generated files of content collections are part of the Vite configuration. When Vite starts, the content collection plugin generates...
@AkisArou I've done a quick test, and I don't think you need to import the collection in your Vite configuration. The following configuration is sufficient to prerender your entire app:...