Skip to content

Commit

Permalink
Add css to help text for --loader (#1744)
Browse files Browse the repository at this point in the history
  • Loading branch information
danr authored Nov 4, 2021
1 parent 41b49f6 commit 9235001
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 | 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 9235001

Please sign in to comment.