DEV Community

Discussion on: Build a Cross Platform Command Line Executable in Node.js

Collapse
 
obstschale profile image
Hans-Helge Buerger

I had the same thought. I compiled a very simple CLI program from me and it already had 33+ MBs. This could grow quickly.

I am fairly new to JS but maybe using webpack and its tree-shaking feature could reduce the size.