Skip to content

Commit 7950965

Browse files
anmonteirodnolen
authored andcommitted
CLJS-1996: Support correct checking of :preloads when :optimizations not specified
1 parent b35d693 commit 7950965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/closure.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2236,7 +2236,7 @@
22362236
(check-source-map-path opts)
22372237
(check-output-wrapper opts)
22382238
(check-node-target opts)
2239-
(check-preloads opts)
2239+
(check-preloads all-opts)
22402240
(check-cache-analysis-format opts)
22412241
(swap! compiler-env
22422242
#(-> %

0 commit comments

Comments
 (0)