diff --git a/shadow-cljs.edn b/shadow-cljs.edn index 0baf1b61..b89cdf22 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -27,6 +27,7 @@ ;; Development builds are never optimized by the Closure Compiler. ;; https://shadow-cljs.github.io/docs/UsersGuide.html#Optimization :optimizations :simple + :silence-optimizations-warning true ;; Required for bootstrap build. ;; https://shadow-cljs.github.io/docs/UsersGuide.html#output-wrapper :output-wrapper false