diff options
author | 2022-02-04 02:43:49 -0800 | |
---|---|---|
committer | 2022-02-04 02:43:49 -0800 | |
commit | c03b7a6f19044e37985128a9e1751a8dc82f13fc (patch) | |
tree | 277bc1c69be2c9e80571f6fbed10e94060b2b613 /README.md | |
parent | 909e6a6bab01661c1e015658987ba6f53ee3ffd2 (diff) | |
download | bun-c03b7a6f19044e37985128a9e1751a8dc82f13fc.tar.gz bun-c03b7a6f19044e37985128a9e1751a8dc82f13fc.tar.zst bun-c03b7a6f19044e37985128a9e1751a8dc82f13fc.zip |
reminder
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |