diff options
Diffstat (limited to 'docs/bundler/index.md')
-rw-r--r-- | docs/bundler/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bundler/index.md b/docs/bundler/index.md index 7bb04cc82..3069654b2 100644 --- a/docs/bundler/index.md +++ b/docs/bundler/index.md @@ -328,7 +328,7 @@ Depending on the target, Bun will apply different module resolution rules and op All bundles generated with `target: "bun"` are marked with a special `// @bun` pragma, which indicates to the Bun runtime that there's no need to re-transpile the file before execution. - If any entrypoints contains a Bun shebang (`#!/usr/bin/env bun`) the bundler will default to `target: "bun"` instead of `"browser`. + If any entrypoints contains a Bun shebang (`#!/usr/bin/env bun`) the bundler will default to `target: "bun"` instead of `"browser"`. --- |