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 075edcc commit b69da0eCopy full SHA for b69da0e
src/main/clojure/cljs/closure.clj
@@ -2525,8 +2525,10 @@
2525
:ups-foreign-libs (expand-libs foreign-libs)
2526
:ups-externs externs
2527
:emit-constants emit-constants
2528
- :cache-analysis-format (:cache-analysis-format opts :transit))
2529
- (update-in [:preamble] #(into (or % []) ["cljs/imul.js"])))
+ :cache-analysis-format (:cache-analysis-format opts :transit)))
+
2530
+ (not (:lite-mode opts))
2531
+ (update-in [:preamble] #(into (or % []) ["cljs/imul.js"]))
2532
2533
(:lite-mode opts)
2534
(assoc-in [:closure-defines (str (comp/munge 'cljs.core/LITE_MODE))]
0 commit comments