Jacob Bowdoin

Results 85 comments of Jacob Bowdoin

@wanghaisheng For the moment I recommend copying `sveltefirets` manually as a folder into your SvelteKit project. There was a problem in Vite which caused SSR bugs when this library was...

I'm running into this issue also, exactly as described above, using `svelte-windicss-preprocess@~4.1.0`

![image](https://user-images.githubusercontent.com/7559478/110577985-a5746900-8118-11eb-8128-eda94678c6a8.png) @bahmutov I believe this is no longer an issue. I just pulled down the repo, installed and I'm not getting the error.

@moisesbites I wrote a preprocessor to overcome this challenge: https://www.npmjs.com/package/svelte-deep-wind-preprocess

> > @moisesbites I wrote a preprocessor to overcome this challenge: https://www.npmjs.com/package/svelte-deep-wind-preprocess > > Thank you. I will try. Please, it would be interesting to correct the github project reference...

I guess I want to point out the larger issue that there are certain set of classes which by their very nature extend beyond a single component and will always...

I also ran into this problem in using typescript and windi. Isn't it the same problem as https://github.com/windicss/svelte-windicss-preprocess/issues/374? It's solved for me by setting the package to ~4.1.0 as mentioned.

> try this: `preprocess: [windi({}), preprocess()],` in svelte.config.js. Doesn't change anything. Bug still persists in latest version (4.2.8).

@bsssshhhhhhh I greatly appreciate the work you've started here. I'm no expert with Svelte, but I am making some pretty intense customization to the svelte-data-grid and have my mind wrapped...

@leonhma I'm digging into why [UnoCSS doesn't scan app.html in a SvelteKit project](https://github.com/unocss/unocss/issues/1774) but it does just fine in a vite-svelte project. I've made minimal repros of the `transformIndexHtml` vite...