Skip to content

Commit

Permalink
:bundle should expand to overrides except for :npm-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed May 26, 2020
1 parent 57941cf commit 790bcbf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/clojure/cljs/closure.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2511,8 +2511,9 @@
{:hashbang false
:infer-externs true
:nodejs-rt false
:npm-deps true
:target :nodejs})
:target :nodejs}
(when-not (:npm-deps opts)
{:npm-deps true}))

(= optimizations :none)
(assoc
Expand Down

0 comments on commit 790bcbf

Please sign in to comment.