mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 12:29:07 +00:00
Update plugins.md
This commit is contained in:
committed by
Kai Tamkun
parent
7ac1067060
commit
2c1cf4e62b
@@ -37,7 +37,7 @@ type PluginBuilder = {
|
||||
config: BuildConfig;
|
||||
};
|
||||
|
||||
type Loader = "js" | "jsx" | "ts" | "tsx" | "css" | "json" | "toml" | "object";
|
||||
type Loader = "js" | "jsx" | "ts" | "tsx" | "css" | "json" | "toml";
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Reference in New Issue
Block a user