Skip to content

Commit

Permalink
scan mdx files for icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Jun 28, 2023
1 parent 946f752 commit 90916db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/only-include-used-icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ async function main() {
.flat()
.filter(
filePath =>
["tsx", "jsx", "js", "ts", "html", "htm"].find(ext =>
["tsx", "jsx", "js", "ts", "mdx", "html", "htm"].find(ext =>
filePath.endsWith(`.${ext}`)
) !== undefined
);
Expand Down

0 comments on commit 90916db

Please sign in to comment.