Skip to content

Commit f2e0d60

Browse files
committed
Update plugins.md
1 parent 385868f commit f2e0d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/bundler/plugins.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ type PluginBuilder = {
3737
config: BuildConfig;
3838
};
3939

40-
type Loader = "js" | "jsx" | "ts" | "tsx" | "css" | "json" | "toml" | "object";
40+
type Loader = "js" | "jsx" | "ts" | "tsx" | "css" | "json" | "toml";
4141
```
4242

4343
## Usage

0 commit comments

Comments
 (0)