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 2f2b7f2 commit ab7a491Copy full SHA for ab7a491
src/main/clojure/cljs/closure.clj
@@ -1805,7 +1805,7 @@
1805
(defn check-source-map [{:keys [output-to source-map output-dir optimizations] :as opts}]
1806
"When :source-map is specified in opts, "
1807
(when (and (contains? opts :source-map)
1808
- (some? (:source-map opts))
+ (:source-map opts)
1809
(not (= optimizations :none)))
1810
(assert (and (or (contains? opts :output-to)
1811
(contains? opts :modules))
0 commit comments