figwheel-main

figwheel-main http://figwheel.org
2020-03-06T07:36:38.033600Z

Hi, what do people recommend when you want to use figwheel with other processing tools like postcss that are usually done with npx/webpack?

pez 2020-03-06T07:40:02.035Z

Not sure what is recommended, but what I do is that I use npx/webpack/gulp/whatever and let it produce css that Figwheel hot reloads for me.

dominicm 2020-03-06T08:58:03.036Z

One idea I've had but never tried is loading postcss with one of the jvm JavaScript libraries like rhino.