Clojure China

Looking for revision too for cljs code

#1

I want to use ClojureScript in real world and a big problem is to revision the code. In building apps in Webpack, I used to so 1) code splitting, 2) uglify, 3) revision in order that it’s performant on CDN servers. But it’s not very viable in cljs. Yes, it’s doing uglify, and probably doing code splitting fine:


But how about revision of MD5?