Enrico Sacchetti
Enrico Sacchetti
@dlebech thanks for the suggestion; I went with the workaround you suggested and downgraded to node-adapter 87. Since my project is built as a docker image, I'll have to include...
I updated my post above (https://github.com/sveltejs/kit/issues/6440#issuecomment-1242126133), noting a `require` error with the bundled unidici module calling `__require("assert")`. Here's a work in progress reproduction: https://github.com/theetrain/sveltekit-issue-6440 except unidici won't bundle with `npm...
> So, https://github.com/sveltejs/kit/pull/6896 appeared and I think the problem with Dynamic require is solved. > — @AlexRMU Same here; after upgrading to `@sveltejs/[email protected]` my issue above (https://github.com/sveltejs/kit/issues/6440#issuecomment-1242282652) went away for...
I have a similar issue when using Sveltekit; I'm not sure if the problem is my config, Sveltekit's processing, or `optimizeCss()`. This is my **svelte.config.js**: ```js import adapter from '@sveltejs/adapter-auto'...
Following up with some trial and error. For context, I'm using Sveltekit. Here's a reproduction demo: https://stackblitz.com/edit/carbon-optimize-css-demo?file=src%2Froutes%2Findex.svelte,vite.config.js&terminal=dev 1. Load the link above 2. In the terminal, run `npm run build`...
Thanks for the illuminating discussion. The only way I'm able to get `import.meta.env.PROD` to be `true` was with `vite build`. Assuming the logic mentioned above: https://github.com/vitejs/vite/blob/60721ac53a1bf326d1cac097f23642faede234ff/packages/vite/src/node/config.ts#L450-L452 I tried running my...
Combo Button proposal has been accepted and is awaiting development: https://github.com/carbon-design-system/carbon/issues/3371
We're currently coming up with a roadmap for carbon-components-svelte v1, which includes Carbon v11 feature parity. Stay tuned. 😃
Hello, followers of this issue. Our v1 roadmap has been announced! https://github.com/carbon-design-system/carbon-components-svelte/discussions/1614
Thanks for following this ticket. Implementation details are being tracked in #1629 so I'm closing this ticket in favour of that. Feel free to subscribe to #1629 for progress on...