juxt

jaawerth 2018-12-18T03:24:46.025Z

@bru yeah you basically want to read the config at compile time (as in, compile-and-bundle-to-js time) and then inline the config data - I haven't had to do this yet with cljs but it's something various js bundling libs have options for. said js bundling libs also have options for polyfilling node core libraries for bundled browser use but I don't think that is as useful here

1👍