I guess this is a bit off topic but maybe someone can help.
The plugin works nicely when I use it in a fresh "create-react-app" setup. Really cool !
Now I want to create a bundle of my project to be used in another project by using the "microbundle" bundler.
I tried different Babel configs ".babelrc" and "babel.config.js" - but the css prefixes are not applied. Not sure if the plugin is even called. Maybe I should try another bundler?
I guess this is a bit off topic but maybe someone can help.
The plugin works nicely when I use it in a fresh "create-react-app" setup. Really cool !
Now I want to create a bundle of my project to be used in another project by using the "microbundle" bundler. I tried different Babel configs ".babelrc" and "babel.config.js" - but the css prefixes are not applied. Not sure if the plugin is even called. Maybe I should try another bundler?
Thanks, Oliver