Skip to content

Commit 4c1dabd

Browse files
chore: remove legacy build tooling
Drops api-extractor.json, .svgrrc.js, and .npmignore. The new build pipeline (tsup + npm "files" field) replaces all three: - api-extractor was used to roll up .d.ts files; tsup emits declarations directly per entry. - SVGR is no longer used to convert icons; a small Node script reads feather-icons' contents and emits TSX via a shared factory instead. - .npmignore is redundant once package.json declares an explicit "files" allowlist.
1 parent 17ca396 commit 4c1dabd

3 files changed

Lines changed: 0 additions & 399 deletions

File tree

.npmignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

.svgrrc.js

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)