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 e930883 commit 167d098Copy full SHA for 167d098
src/clj/cljs/closure.clj
@@ -1438,7 +1438,7 @@ should contain the source for the given namespace name."
1438
(apply output-unoptimized all-opts js-sources))]
1439
;; emit Node.js bootstrap script for :none & :whitespace optimizations
1440
(when (and (= (:target opts) :nodejs)
1441
- (#{:none :whitespace} (:optimizations opts)))
+ (not= (:optimizations opts) :whitespace))
1442
(let [outfile (io/file (util/output-directory opts)
1443
"goog" "bootstrap" "nodejs.js")]
1444
(util/mkdirs outfile)
0 commit comments