vscode

Quiet in here? Check #calva-dev out :smiley:
2021-04-22T21:55:24.067900Z

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?

2021-04-22T23:44:42.068100Z

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