aboutsummaryrefslogtreecommitdiff
path: root/docs/bundler/executables.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/bundler/executables.md')
-rw-r--r--docs/bundler/executables.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/bundler/executables.md b/docs/bundler/executables.md
index b6c7a084f..081d57050 100644
--- a/docs/bundler/executables.md
+++ b/docs/bundler/executables.md
@@ -32,7 +32,7 @@ All imported files and packages are bundled into the executable, along with a co
{% /callout %}
-# Embedding files
+## Embedding files
Standalone executables support embedding files.
@@ -55,6 +55,6 @@ You may need to specify a `--loader` for it to be treated as a `"file"` loader (
Embedded files can be read using `Bun.file`'s functions or the Node.js `fs.readFile` function (in `"node:fs"`).
-# Minification
+## Minification
-To trim down the size of the executable a little, pass `--minify` to `bun build --compile`. This uses Bun's minifier to reduce the code size. Overall though, the binary is still way too big and we need to make it smaller.
+To trim down the size of the executable a little, pass `--minify` to `bun build --compile`. This uses Bun's minifier to reduce the code size. Overall though, Bun's binary is still way too big and we need to make it smaller.
alue='warn-exp-flag'>warn-exp-flag Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/examples/docs/src/components/RightSidebar/ThemeToggleButton.tsx (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-30Content collections - fix `.json` collection errors (#7246)Gravatar Ben Holmes 4-7/+52
2023-05-30[ci] formatGravatar bholmesdev 4-5/+5
2023-05-30Markdoc - remove `$entry` variable (#7244)Gravatar Ben Holmes 16-257/+217
2023-05-30Markdoc: new README for Markdoc nodes (#7225)Gravatar Ben Holmes 1-46/+85
2023-05-30[ci] formatGravatar MoustaphaDev 1-1/+1
2023-05-30fix: prioritize dynamic prerendered routes over dynamic server routes (#7235)Gravatar Happydev 6-19/+361
2023-05-30[ci] formatGravatar matthewp 1-5/+8
2023-05-30Bug 6672 (#7062)Gravatar wulinsheng123 10-0/+138