Fork me on GitHub
#vscode
<
2021-04-22
>
ivana21:04:24

Hello. Cloned 2 simple VSCode plugins, written in cljs and built with shadow-cljs. Trying to `shadow-cljs release :extension` on both of them and got `extension.js` a half smaller than if I installed that extensions via VSCode, and my files doesn't work. Where I'm wrong? And how to build them correctly?

ivana23:04:42

Works with `:compiler-options {:optimizations :simple}` , seems that node 14 is too fresh