Naman Goel
Naman Goel
@necolas This is for consistency with the `importSources` config option. I didn't actually imagine a custom function, just a custom import path. E.g., if stylex is an indirect dependency and...
@purohitdheeraj Please don't spend too much time on this while we figure out if this task is redundant.
Thanks for this PR! Vite support is one of the most requested features already. Other than the missing unit tests, I don't think it solves the problem of generating CSS...
Great stuff @lilnasy !
I worked with a friend from the Qwik.JS team and got a custom Vite plugin working with a Qwik app: https://github.com/nmn/qwik-stylex This plugin is able to handle generating and injecting...
This is an issue with ESM. Your plugin probably depends on StyleX publishing real ESM. We already have a PR for this, so we can see if rebasing after that...
The work to create a Vite plugin is underway. We can tackle this after that is done.
We have a POC for a Vite plugin that works with Qwik. Qwik relies on SSR in a way that is similar to Next App dir, so Making Qwik would...
An Esbuild plugin is available as `0.5.0-alpha.2` please see if it works for your use-cases.
Fixed in #319