Fork me on GitHub
#cljs-dev
<
2020-05-30
>
martinklepsch22:05:48

Just thinking out loud here, would it be possible to package a JS file alongside my Clojure sources to handle stuff like requiring different modules in browser vs. node? Kind of inspired by seeing this Closure namespace being used as a dependency in funcool/bide https://github.com/funcool/bide/blob/master/src/bide/impl/helpers.js

martinklepsch22:05:31

i’m thinking this also ties into the recent webpack stuff. I’ll probably do a walkthrough through that tutorial and then come back with more questions 😄