Skip to content

Commit

Permalink
fix(raw): exclude yaml from raw plugin (#2275)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede committed Mar 21, 2024
1 parent a077cb2 commit a072a76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rollup/plugins/raw.ts
Expand Up @@ -13,8 +13,6 @@ export function raw(opts: RawOptions = {}): Plugin {
const extensions = new Set([
".md",
".mdx",
".yml",
".yaml",
".txt",
".css",
".htm",
Expand Down

0 comments on commit a072a76

Please sign in to comment.