I'm using the require babel hook. Everything seemed to work fine until i changed my imports to requires. seems to work fine with the css-modules-require-hook but that doesn't support async plugins.
After i change it to a require, it seems to give me this error, which means it's being processed as javascript and not as css
Unexpected token (1:0)
> 1 | .revealer
I'm using the require babel hook. Everything seemed to work fine until i changed my imports to requires. seems to work fine with the css-modules-require-hook but that doesn't support async plugins.
After i change it to a require, it seems to give me this error, which means it's being processed as javascript and not as css