aboutsummaryrefslogtreecommitdiff
path: root/docs/bundler/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/bundler/index.md')
-rw-r--r--docs/bundler/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bundler/index.md b/docs/bundler/index.md
index bfbed2077..585a6ac52 100644
--- a/docs/bundler/index.md
+++ b/docs/bundler/index.md
@@ -960,7 +960,7 @@ By specifying `.` as `root`, the generated file structure will look like this:
A prefix to be appended to any import paths in bundled code.
-<!-- $ bun build ./index.tsx --outdir ./out --publicPath https://cdn.example.com -->
+<!-- $ bun build ./index.tsx --outdir ./out --public-path https://cdn.example.com -->
In many cases, generated bundles will contain no `import` statements. After all, the goal of bundling is to combine all of the code into a single file. However there are a number of cases with the generated bundles will contain `import` statements.