From 1483d73c3a9a4a045287df62c85b2173d80e8ceb Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Fri, 28 Apr 2023 08:35:20 -0700 Subject: Bundler docs updates + support for `naming` string (#2767) * Bundler docs updates * Remove comments * Updates * Fix bunx usages * Add info about metafile --- src/cli.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cli.zig') diff --git a/src/cli.zig b/src/cli.zig index 142ab06e3..86dce4dca 100644 --- a/src/cli.zig +++ b/src/cli.zig @@ -162,7 +162,7 @@ pub const Arguments = struct { clap.parseParam("-d, --define ... Substitute K:V while parsing, e.g. --define process.env.NODE_ENV:\"development\". Values are parsed as JSON.") catch unreachable, clap.parseParam("-e, --external ... Exclude module from transpilation (can use * wildcards). ex: -e react") catch unreachable, clap.parseParam("-h, --help Display this help and exit. ") catch unreachable, - clap.parseParam("-l, --loader ... Parse files with .ext:loader, e.g. --loader .js:jsx. Valid loaders: jsx, js, json, tsx, ts, css") catch unreachable, + clap.parseParam("-l, --loader ... Parse files with .ext:loader, e.g. --loader .js:jsx. Valid loaders: js, jsx, ts, tsx, json, toml, text, file, wasm, napi") catch unreachable, clap.parseParam("-u, --origin Rewrite import URLs to start with --origin. Default: \"\"") catch unreachable, clap.parseParam("-p, --port Port to serve bun's dev server on. Default: \"3000\"") catch unreachable, clap.parseParam("--minify Minify (experimental)") catch unreachable, -- cgit v1.2.3