Martin

Results 13 comments of Martin

Having the same issue. Anyone found a fix?

Hi! I'm having the same issue, but can't seem to find any .cache folder in node_modules. Is that all you had to do to get it to work?

No env variables, `process.env.NODE_ENV` is `undefined`. And if the folder isn't there then nothing should be cached anyways right? I have `cacheDirectory: false` in babel-loader as well. Really stumped on...

Already on `1.0.0-alpha.10` :sweat_smile:

It's definitely using the tailwind.config.js, because if I delete it then it all crashes. But when I extend the config PostCSS picks up the new classes correctly, but the macro...

Didn't work either. Thanks for trying to help me out though :)

@nicwhitts Managed to get it solved. The problem was that babel-plugin-macros.config.js was not being picked up by babel-plugin-macros.

Something like this (in traverse.js)? Just tried it out and it seems to work. Lifted the code from sync-will-mount, can probably change it to use async/await etc... ``` function evalComponent...

Same issue here. Seems like POST routes doesn't accept ```Content-Type: application/json``` as a header, only ```Content-Type: text/plain```