Skip to content

Commit 91be632

Browse files
committed
CLJS-2981: Mishandling of :npm-deps Boolean value computing upstream deps
revert https://dev.clojure.org/jira/browse/CLJS-2904, :install-deps controls installation, no need for a flag on :npm-deps
1 parent ebbd3ed commit 91be632

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/clojure/cljs/closure.clj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2446,9 +2446,6 @@
24462446
(not (contains? opts :aot-cache))
24472447
(assoc :aot-cache false)
24482448

2449-
(not (contains? opts :npm-deps))
2450-
(assoc :npm-deps false)
2451-
24522449
(contains? opts :modules)
24532450
(ensure-module-opts)
24542451

0 commit comments

Comments
 (0)