You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I've just found out about this project and it seems pretty interesting. However, also recently I found out about https://tailwindcss.com/ and I was wondering about how can I mix the two together? I mean, while reading about #162 I discovered a method of doing a little bit of handling on the webpack configuration and I was wondering if maybe the installation steps for tailwind on webpack could be applicable for a roc project (I think so!); I've read:
Looks like the problem you had was because you converted the Webpack config to JSON when it needs to be JavaScript; const currentConf = JSON.parse(JSON.stringify(webpackConfig));.
So, I've just found out about this project and it seems pretty interesting. However, also recently I found out about https://tailwindcss.com/ and I was wondering about how can I mix the two together? I mean, while reading about #162 I discovered a method of doing a little bit of handling on the webpack configuration and I was wondering if maybe the installation steps for tailwind on webpack could be applicable for a roc project (I think so!); I've read:
https://tailwindcss.com/docs/installation
and checked out the code on:
https://github.com/tailwindcss/webpack-starter
and so far what I have is something like the following:
https://gist.github.com/Jmlevick/2a52d491877b40afa776d5b86254d4b3
But it fails with:
I've tried with other approaches to no avail, any ideas?
The text was updated successfully, but these errors were encountered: