diff --git a/src/rollup/plugins/raw.ts b/src/rollup/plugins/raw.ts index 778f4f9015..871541f99d 100644 --- a/src/rollup/plugins/raw.ts +++ b/src/rollup/plugins/raw.ts @@ -13,8 +13,6 @@ export function raw(opts: RawOptions = {}): Plugin { const extensions = new Set([ ".md", ".mdx", - ".yml", - ".yaml", ".txt", ".css", ".htm",