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 3fffee0 commit 19c1445Copy full SHA for 19c1445
src/clj/cljs/closure.clj
@@ -1321,7 +1321,9 @@ should contain the source for the given namespace name."
1321
(update-in [:preamble] #(into (or % []) ["cljs/imul.js"])))
1322
(:target opts)
1323
(assoc-in [:closure-defines "cljs.core.target"]
1324
- (name (:target opts))))))
+ (name (:target opts)))
1325
+ (nil? (:optimizations opts))
1326
+ (assoc :optimizations :none))))
1327
1328
(defn build
1329
"Given a source which can be compiled, produce runnable JavaScript."
0 commit comments