Browse Source

release: optimizations none for debugging

Tienson Qin 3 years ago
parent
commit
05c999e4fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      shadow-cljs.edn

+ 1 - 1
shadow-cljs.edn

@@ -28,7 +28,7 @@
    :compiler-options {:infer-externs :auto
                       :output-feature-set :es-next-in
                       :source-map true
-                      :output-wrapper true
+                      :optimizations "none"
                       :externs ["datascript/externs.js"
                                 "externs.js"]
                       :warnings {:fn-deprecated false}