Browse Source

release: simple optimization

Tienson Qin 3 years ago
parent
commit
a461913b50
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
    :compiler-options {:infer-externs :auto
                       :output-feature-set :es-next-in
                       :output-feature-set :es-next-in
                       :source-map true
                       :source-map true
-                      :optimizations "none"
+                      :optimizations :simple
                       :externs ["datascript/externs.js"
                       :externs ["datascript/externs.js"
                                 "externs.js"]
                                 "externs.js"]
                       :warnings {:fn-deprecated false}
                       :warnings {:fn-deprecated false}