Skip to content

Commit 90916db

Browse files
committed
scan mdx files for icons
1 parent 946f752 commit 90916db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/only-include-used-icons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ async function main() {
282282
.flat()
283283
.filter(
284284
filePath =>
285-
["tsx", "jsx", "js", "ts", "html", "htm"].find(ext =>
285+
["tsx", "jsx", "js", "ts", "mdx", "html", "htm"].find(ext =>
286286
filePath.endsWith(`.${ext}`)
287287
) !== undefined
288288
);

0 commit comments

Comments
 (0)