Skip to content

Commit

Permalink
doc: update help document.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 20, 2023
1 parent d2f389d commit 9f60cd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/core/src/helpStr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Options:[build|watch]
\x1b[35;1m--env-name\x1b[0m The current active environment used during configuration loading.(works in babel)
\x1b[35;1m--esm\x1b[0m Output "esm" directory.(works in babel)
\x1b[35;1m--cjs\x1b[0m Output "cjs" directory.(works in babel)
\x1b[35;1m--use-vue\x1b[0m Supports "Vue3", requires "--use-babel" to be used together.
Options:
Expand Down
2 changes: 1 addition & 1 deletion packages/tsbb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Options:[build|watch]
--env-name The current active environment used during configuration loading.(works in babel)
--esm Output "esm" directory.(works in babel)
--cjs Output "cjs" directory.(works in babel)

--use-vue Supports "Vue3", requires "--use-babel" to be used together.
Options:

--version, -v Show version number
Expand Down

0 comments on commit 9f60cd5

Please sign in to comment.