DioXine

Results 4 comments of DioXine

oh yeah, waiting this so much, cause `vite-plugin-windicss` uses `jiti` for loading configurations and thats why it cannot work with `type: module` `sveltekit` exclusively uses.

i have the same warning with same setup. we should wait when maintainers of splidejs add this stuff to their product and svelte integration, here are details [https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition](url)

this is because we are trying to import it in SSR environment, for example Sapper or SvelteKit. but if you import it like this: ```js import { onMount } from...