We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3834a commit e6f37a0Copy full SHA for e6f37a0
src/main/clojure/cljs/closure.clj
@@ -1868,7 +1868,9 @@
1868
(into {}
1869
(map (fn [[k v]]
1870
[(if (symbol? k) (str (comp/munge k)) k) v])
1871
- (:closure-defines opts)))))
+ (:closure-defines opts))))
1872
+ (:browser-repl opts)
1873
+ (update-in [:preloads] (fnil conj []) 'clojure.browser.repl.preload))
1874
{:keys [libs foreign-libs externs]} (get-upstream-deps)
1875
emit-constants (or (and (= optimizations :advanced)
1876
(not (false? (:optimize-constants opts))))
0 commit comments