Skip to content

Commit

Permalink
fix bad help text formatting due to #1744
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Nov 21, 2021
1 parent af628a2 commit 824d41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/esbuild/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ var helpText = func(colors logger.Colors) string {
bundling, otherwise default is iife when platform
is browser and cjs when platform is node)
--loader:X=L Use loader L to load file extension X, where L is
one of: js | jsx | ts | tsx | css | json | text |
base64 | file | dataurl | binary
one of: js | jsx | ts | tsx | css | json | text |
base64 | file | dataurl | binary
--minify Minify the output (sets all --minify-* flags)
--outdir=... The output directory (for multiple entry points)
--outfile=... The output file (for one entry point)
Expand Down

0 comments on commit 824d41a

Please sign in to comment.