Skip to content

Commit

Permalink
change default to not group jars
Browse files Browse the repository at this point in the history
still need to add CLI args to toggle this
  • Loading branch information
thheller committed Apr 24, 2018
1 parent 73eb863 commit 9d95c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/shadow/cljs/devtools/api.clj
Expand Up @@ -494,7 +494,7 @@
(io/file output-dir "bundle-info.edn")
(core-ext/safe-pr-str bundle-info))

(snapshot/print-bundle-info-table bundle-info {:group-jars true}))
(snapshot/print-bundle-info-table bundle-info {:group-npm true}))

:done
))
Expand Down

0 comments on commit 9d95c7f

Please sign in to comment.