ClojureScript recently released version 1.10.312 and with that came the official webpack Guide for ClojureScript. In this post I will go over the reasons why shadow-cljs does not
In my previous posts about JS Dependencies (The Problem, Going forward) I explained why and how shadow-cljs handles JS Dependencies very differently than ClojureScript does by default. To
In my previous post I talked about Externs and the options shadow-cljs provides to help deal with them. I sort of skipped over the whole Externs Inference subject
shadow-cljs (since about 2.0.15) supports compiling builds that make use of the self-hosted ClojureScript Compiler. Previously this was not supported since the build needs to be modified in
This post is split into 2 parts aiming to answer the question: How do I use library “xyz”? The first post defined the Problem and described the solutions