From 2c1cf4e62b1201d0c6bd985d253a321bca797b1c Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Tue, 17 Dec 2024 01:34:17 -0800 Subject: [PATCH] Update plugins.md --- docs/bundler/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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