Closed hslee2008 closed 11 months ago
Thanks for this. In my testing, subpaths for css
and src
need to included as well.
Otherwise, these imports would fail when Vite attempts to prebundle the library:
import "carbon-components-svelte/css/all.css";
import Button from "carbon-components-svelte/src/Button/Button.svelte";
1863