Fix a typo in bunfig docs page (extra if) (#20160)

This commit is contained in:
Justin Yao Du
2025-06-03 01:21:40 -07:00
committed by GitHub
parent 95346bd919
commit 293215778f

View File

@@ -76,7 +76,7 @@ The `define` field allows you to replace certain global identifiers with constan
### `loader`
Configure how Bun maps file extensions to loaders. This is useful for loading files that aren't natively supported by Bun. If
Configure how Bun maps file extensions to loaders. This is useful for loading files that aren't natively supported by Bun.
```toml
[loader]