Skip to content

Commit 5091bab

Browse files
committed
CLJS-3282: document bundle target in CLI help
1 parent 184083e commit 5091bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/cli.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ present"
629629
:doc
630630
(str "The JavaScript target. Configures environment bootstrap and "
631631
"defaults to browser. Supported values: node or nodejs, "
632-
"webworker, none") }
632+
"webworker, bundle, none") }
633633
["-ro" "--repl-opts"] {:group ::main&compile :fn repl-env-opts-opt
634634
:arg "edn"
635635
:doc (str "Options to configure the repl-env, can be an EDN string or "

0 commit comments

Comments
 (0)