소스 검색

release: simple optimization

Tienson Qin 4 년 전
부모
커밋
a461913b50
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
-                      :optimizations "none"
+                      :optimizations :simple
                       :externs ["datascript/externs.js"
                                 "externs.js"]
                       :warnings {:fn-deprecated false}