use official qlkit version

This commit is contained in:
kloimhardt 2021-06-08 21:44:31 +02:00
parent 2d1e751053
commit a376ffb66b
4 changed files with 20 additions and 13 deletions

View file

@ -27,11 +27,4 @@
:build-hooks [(shadow.cljs.build-report/hook)]
:output-dir "resources/public/js"
:devtools {:repl-pprint true}
:compiler-options {:optimizations :advanced
:pseudo-names false}}}}
;; simple optimization because sablono.interpreter line 22
;; cljs: (.setState component next-state)
;; simple: a.setState(f)
;; advanced: a.Ci(f)
;; and this Ci throws a "not defined" error
:compiler-options {:externs ["src/scittle/qlkit-externs.js"]}}}}