Blizzard / Blizzard/node-rdkafka
node_modules size more then 100mo
- Dominant language
- JavaScript
- Stars
- 2.2k
- Forks
- 403
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
the size of node-rdkafka is about 167.9 Mo inside node_modules, i looked into it and i found that
node_modules/node-rdkafka/deps = 135.4 Mo
node_modules/node-rdkafka/build/deps/librdkafka.a = 15.1 mo
node_modules/node-rdkafka/build/deps/librdkafka.a = 5.7 mo
seems like removing them have no impact, everything work fine.
is it possible please to make sure to delete them ?
Contributor guide
Research direction
Start by inspecting the package contents under node_modules/node-rdkafka/deps and node_modules/node-rdkafka/build/deps, including the listed librdkafka.a artifacts. Confirm which files are included in the published package and verify that removing the unnecessary files does not affect node-rdkafka functionality; done means the package is smaller without breaking use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100