diff --git a/docs/bundler/index.md b/docs/bundler/index.md index 0a5d40b622..21bb749f04 100644 --- a/docs/bundler/index.md +++ b/docs/bundler/index.md @@ -1108,6 +1108,8 @@ await Bun.build({ $ bun build ./index.tsx --outdir ./out --banner "\"use client\";" ``` +{% /codetabs %} + ### `footer` A footer to be added to the final bundle, this can be something like a comment block for a license or just a fun easter egg.