From fd5e7776396951446c0679aaa53e82d06bb612b8 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Fri, 20 Jun 2025 16:16:11 -0700 Subject: [PATCH] Remove outdated doc line --- docs/bundler/executables.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/bundler/executables.md b/docs/bundler/executables.md index b30057caa9..2cdad23f40 100644 --- a/docs/bundler/executables.md +++ b/docs/bundler/executables.md @@ -353,5 +353,4 @@ Currently, the `--compile` flag can only accept a single entrypoint at a time an - `--splitting` - `--public-path` - `--target=node` or `--target=browser` -- `--format` - always outputs a binary executable. Internally, it's almost esm. - `--no-bundle` - we always bundle everything into the executable.