From 8866d5a3fbd98e039f6895e51046e1edf3ca6d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Ros=C3=A9n?= Date: Thu, 4 Nov 2021 16:24:53 +0100 Subject: [PATCH] Add css to help text for --loader --- cmd/esbuild/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/esbuild/main.go b/cmd/esbuild/main.go index 93487b589a8..9521244cd0f 100644 --- a/cmd/esbuild/main.go +++ b/cmd/esbuild/main.go @@ -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)