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 3c0c775 commit 837aeafCopy full SHA for 837aeaf
src/main/clojure/cljs/closure.clj
@@ -2267,7 +2267,7 @@
2267
warnings)))
2268
ana/*verbose* (:verbose opts)]
2269
(let [one-file? (and (:main all-opts)
2270
- (#{:advanced :simple} (:optimizations all-opts)))
+ (#{:advanced :simple :whitespace} (:optimizations all-opts)))
2271
source (if one-file?
2272
(let [main (:main all-opts)
2273
uri (:uri (cljs-source-for-namespace main))]
0 commit comments