-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
No css style file generated #2
Comments
hey @husseinzchi , can you provide your example build script setup? there are some issues that I am currently trying to figure out. in specific, babel compiler silently fails when |
Sure, below is the script. Please note that I removed some details like entrypoints, outdir, etc.
|
thanks. I will look into it over the next few days. do you happen to use |
I think the organic approach should be without use of Babel. Because Bun itself is a compiler. Please, see the below sample of the extension that I tried to develop ` const stylexPlugin = {
}, export default plugin(stylexPlugin); |
No, didn't use that |
you can try changing the regarding your suggestion about standalone implementation without
|
@nedjulius thank you for the detailed response and clarification about the AST. My understanding of web development is very limited and high level lol I will keep you posted about trying commonJS instead of haste https://www.linkedin.com/in/husseinzchi/ |
@husseinzchi okay, so I've found a temporary solution to one of the main compatibility issues between Bun runtime and StyleX compiler. I published the updated version of this plugin as I also created an example app that demonstrates usage of Bun with StyleX |
@nedjulius awesome, thank you so much. I will test it out and will keep you updated |
I tried the extension and I am not getting any error during the build process. However, there is no style css file get generated.
The text was updated successfully, but these errors were encountered: