Przeglądaj źródła

chore: disable source-map temporally

Tienson Qin 4 lat temu
rodzic
commit
fd3fe1e571
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      shadow-cljs.edn

+ 1 - 1
shadow-cljs.edn

@@ -16,7 +16,7 @@
    :release {:asset-path "https://asset.logseq.com/static/js"}
    :compiler-options {:infer-externs :auto
                       :output-feature-set :es-next
-                      :source-map true
+                      ;; :source-map true
                       :externs ["datascript/externs.js"
                                 "externs.js"]
                       :warnings {:fn-deprecated false}}