Downgrade shadow-cljs version.

Because the new compiler causes some bugs on compiling
internal ES6 modules.
This commit is contained in:
Andrey Antukh 2021-06-03 11:59:20 +02:00
parent e9bbe9fca0
commit 866d95149e
3 changed files with 8 additions and 8 deletions

View file

@ -23,7 +23,7 @@
:dev
{:extra-deps
{thheller/shadow-cljs {:mvn/version "2.14.1"}}}
{thheller/shadow-cljs {:mvn/version "2.12.6"}}}
:shadow-cljs
{:main-opts ["-m" "shadow.cljs.devtools.cli"]}