@roman01la I have a project where rum is used for server-side rendering only (no ClojureScript)
with version 0.12.x
the project cannot be built 😞
Syntax error compiling at (daiquiri/compiler.clj:50:25).
Syntax error compiling at (daiquiri\compiler.clj:50:25).
No such var: ana/infer-tag
this particular error means that ClojureScript is present in dependencies, but cljs.analyzer/infer-tag
is not found, try to update ClojureScript to a newer version
@roman01la but in my case there is no ClojureScript in my dependencies... I'll create an issue.
Ok, thanks!
Please create an issue for that