Does this mean I could use compile and then require clojurescript modules in node? Today I use babel to "transpile" es2015 to es5 and then load those in, could I do something similar with clojurescript?
Can someone this to me? It seems that mfikes (parent) comment, and klibertp's comment seem to contradict each other. Not to mention the examples that glenjamin highlighted.
I have heard similar comments in other places, in that it's not possible to package ClojureScript as a NPM module.
Is it because of the size of the module, or something else?