-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esbuild plugin #83
Comments
The work to create a Vite plugin is underway. We can tackle this after that is done. |
Thank you! Will that by any chance include Module support instead of CommonJS? |
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 imply that it should work with most Vite apps. https://github.com/nmn/qwik-stylex I will be porting this to a few additional Vite frameworks to verify that it works as expected. @mohamedmansour We will use the cannonical module system for the bundler in question. When in doubt we compile to |
I have written the plugin through unplugin to support: rspack, esbuild and vite. The repo is here. But there is in a primitive stage, and there are still many things to complete. Any questions DM me, or commit an issue in the repo. Thanks~ |
An Esbuild plugin is available as |
Fixed in #319 |
Is your feature request related to a problem? Please describe.
I use esbuild to build my web apps, and need stylex to generate the css for me.
Describe a solution you'd like
esbuild plugin
Describe alternatives you've considered
Reverting to webpack again which I don't want.
The text was updated successfully, but these errors were encountered: