diff --git a/docs/bundler/plugins.md b/docs/bundler/plugins.md index 1aae9b51f0..44fa937d3f 100644 --- a/docs/bundler/plugins.md +++ b/docs/bundler/plugins.md @@ -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