Browse Source

fix: graph view empty

Tienson Qin 4 years ago
parent
commit
3888dcb027
1 changed files with 5 additions and 2 deletions
  1. 5 2
      shadow-cljs.edn

+ 5 - 2
shadow-cljs.edn

@@ -28,10 +28,13 @@
    :compiler-options {:infer-externs :auto
                       :output-feature-set :es-next-in
                       :source-map true
-                      :source-map-include-sources-content true
+                      :output-wrapper true
                       :externs ["datascript/externs.js"
                                 "externs.js"]
-                      :warnings {:fn-deprecated false}}
+                      :warnings {:fn-deprecated false}
+                      ;; For debug
+                      ;; :pseudo-names true
+                      }
    :closure-defines {goog.debug.LOGGING_ENABLED true
                      frontend.config/GITHUB_APP_NAME #shadow/env "GITHUB_APP2_NAME"}