From a072a76a12025e0377c981fbe13ca3adba1a413a Mon Sep 17 00:00:00 2001 From: Bobbie Goede Date: Thu, 21 Mar 2024 19:24:03 +0100 Subject: [PATCH] fix(raw): exclude yaml from raw plugin (#2275) --- src/rollup/plugins/raw.ts | 2 -- 1 file changed, 2 deletions(-) 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",