We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933678e commit f15b51aCopy full SHA for f15b51a
src/main/clojure/cljs/build/api.clj
@@ -306,7 +306,8 @@
306
that the module-deps & JSONStream NPM packages are either locally or
307
globally installed."
308
[entries]
309
- (add-package-jsons (vec (mapcat node-module-deps entries))))
+ (add-package-jsons
310
+ (vec (distinct (mapcat node-module-deps entries)))))
311
312
(comment
313
(node-inputs
0 commit comments