aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7ea84b1f9..ed8c7a5bf 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,7 @@ docker run --rm --init --ulimit memlock=-1:-1 jarredsumner/bun:edge
- [Things that don’t work yet](#things-that-dont-work-yet)
- [Limitations & intended usage](#limitations--intended-usage)
- [Configuration](#configuration)
+ - [bunfig.toml](#bunfig-toml)
- [Loaders](#loaders)
- [CSS in JS](#css-in-js)
- [CSS Loader](#css-loader)
@@ -283,6 +284,10 @@ Longer-term, bun intends to replace Node.js, Webpack, Babel, and PostCSS (in pro
## Configuration
+### bunfig.toml
+
+TODO: document this
+
### Loaders
A loader determines how to map imports & file extensions to transforms and output.