feat(frontend): adapt to rumext changes

This commit is contained in:
Andrey Antukh 2019-07-19 12:32:31 +02:00
parent bb64655804
commit 56b8922dbb
21 changed files with 442 additions and 421 deletions

View file

@ -52,6 +52,7 @@
(when (= name "worker")
{:target :webworker})
{:optimizations :advanced
:pretty-print false
:static-fns true
:elide-asserts true})))