Skip to content

Commit

Permalink
link to analyzer in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Jan 3, 2023
1 parent 0db0b46 commit 930f60d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/esbuild/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ var helpText = func(colors logger.Colors) string {
--mangle-props=... Rename all properties matching a regular expression
--mangle-quoted=... Enable renaming of quoted properties (true | false)
--metafile=... Write metadata about the build to a JSON file
(see also: ` + colors.Underline + `https://esbuild.github.io/analyze/` + colors.Reset + `)
--minify-whitespace Remove whitespace in output files
--minify-identifiers Shorten identifiers in output files
--minify-syntax Use equivalent but shorter syntax in output files
Expand Down

0 comments on commit 930f60d

Please sign in to comment.