-
As |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Look at one of the other examples with postcss. The setup will remain the same. ESBuild doesn't deal with CSS, so it'll be a separate CSS file with |
Beta Was this translation helpful? Give feedback.
-
I don't use |
Beta Was this translation helpful? Give feedback.
Look at one of the other examples with postcss. The setup will remain the same. ESBuild doesn't deal with CSS, so it'll be a separate CSS file with
@stylex
declaration that you will compile with the postcss plugin. There is no interaction with ESBuild involved at all. Just use the Babel plugin to transform the JS files.