Results 208 comments of _Kerman

It seems that we should render the first load and each HMR separately. Otherwise, the time span is too long, which makes everything hard to see.

Does this happen in the latest version?

Yes, I used the latest release recently, and didn;t encounter this problem. Can this be reproduced in https://sli.dev/new ?

Possibly https://github.com/vitejs/vite-plugin-vue/issues/431. There is a workaround in https://github.com/dcloudio/uni-preset-vue/issues/102#issuecomment-2251907200. What's the `@vitejs/plugin-vue` version you're using?

I think this is caused by [`markdown-it-mdc`](https://github.com/antfu/markdown-it-mdc). Could you try out which version of `markdown-it-mdc` starts to have this error via the [`overrides` field in package.json](https://github.com/antfu/markdown-it-mdc)?

Sorry, I can't see the content of your `vite.config.ts`. GitLab says `404 NotFound`

It seems that the `vite.config.ts` hasn't been run. Move the `vite.config.ts` to the subfolder (next to `slides.md`) can fix this. Let's keep this issue open so that we can improve...

There are two not bad workaround: 1. Extract shared `vite.config.ts` and `setups/*` to a new directory, and use the directory as an addon. 2. Add `../` as an addon

How about creating a project via `npm create slidev@latest`, install @iconify-json/logos locally, and then run `npm run export`?

I think this has been resolved by #1838. If not, feel free to reopen this issue. Thanks~