Update plugins.md

This commit is contained in:
Jarred Sumner
2024-12-17 01:34:17 -08:00
committed by Kai Tamkun
parent 7ac1067060
commit 2c1cf4e62b

View File

@@ -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