Fork me on GitHub
#shadow-cljs
<
2020-08-23
>
thheller13:08:13

@bbss I fixed the JS import thing in 2.11.0. it is however a breaking change in that only import Thing from "npm" is now supported. The previous import * as Thing from "npm" is now the error case. I hope its the last time I have to adjust this.