Replies: 1 comment
-
Use rollup with esbuild plugin instead, it supports all features, you can find example configuration here – https://github.com/mantinedev/extension-template/blob/master/rollup.config.mjs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use mantine with esbuild on my project. postcss does work with esbuild but
postcss-simple-vars
for mantine doesn't work and all classes using the variables defined for mantine fail to work.Is there any example of it working.
here is my esbuild config file:
Beta Was this translation helpful? Give feedback.
All reactions