aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-02-04 02:43:49 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-02-04 02:43:49 -0800
commitc03b7a6f19044e37985128a9e1751a8dc82f13fc (patch)
tree277bc1c69be2c9e80571f6fbed10e94060b2b613 /README.md
parent909e6a6bab01661c1e015658987ba6f53ee3ffd2 (diff)
downloadbun-c03b7a6f19044e37985128a9e1751a8dc82f13fc.tar.gz
bun-c03b7a6f19044e37985128a9e1751a8dc82f13fc.tar.zst
bun-c03b7a6f19044e37985128a9e1751a8dc82f13fc.zip
reminder
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 &amp; file extensions to transforms and output.