diff --git a/src/rollup/plugins/raw.ts b/src/rollup/plugins/raw.ts index 243866a7d8..e32c90ef01 100644 --- a/src/rollup/plugins/raw.ts +++ b/src/rollup/plugins/raw.ts @@ -13,10 +13,14 @@ export function raw(opts: RawOptions = {}): Plugin { ".md", ".mdx", ".yml", + ".yaml", ".txt", ".css", ".htm", ".html", + ".json", + ".json5", + ".csv", ...(opts.extensions || []), ]);