We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385868f commit f2e0d60Copy full SHA for f2e0d60
docs/bundler/plugins.md
@@ -37,7 +37,7 @@ type PluginBuilder = {
37
config: BuildConfig;
38
};
39
40
-type Loader = "js" | "jsx" | "ts" | "tsx" | "css" | "json" | "toml" | "object";
+type Loader = "js" | "jsx" | "ts" | "tsx" | "css" | "json" | "toml";
41
```
42
43
## Usage
0 commit comments