Explorar el Código

release: optimizations none for debugging

Tienson Qin hace 4 años
padre
commit
05c999e4fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}