Skip to content

Commit

Permalink
chore: add more raw helper extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlexLichter authored Mar 7, 2024
1 parent fef3d59 commit 4245f00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/rollup/plugins/raw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ export function raw(opts: RawOptions = {}): Plugin {
".md",
".mdx",
".yml",
".yaml",
".txt",
".css",
".htm",
".html",
".json",
".json5",
".csv",
...(opts.extensions || []),
]);

Expand Down

0 comments on commit 4245f00

Please sign in to comment.