From 73537de184ed1f34c81838dc239d13fbf2f3983a Mon Sep 17 00:00:00 2001 From: Grigory Date: Thu, 10 Oct 2024 03:13:42 +0500 Subject: [PATCH] docs(bundler): add missing `codetabs` closing tag (#14443) --- docs/bundler/index.md | 2 ++ 1 file changed, 2 insertions(+) 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.