vercel / ncc

Compile a Node.js project into a single file. Supports TypeScript, binary addons, dynamic requires.
https://npmjs.com/@vercel/ncc
MIT License
9.15k stars 287 forks source link

Advantages over other bundlers #1181

Open ttodua opened 5 months ago

ttodua commented 5 months ago

Can you please include a paragraph in the readme, where you describe what is differences and advantages over i.e. parcel or other bundlers? thanks

styfle commented 5 months ago

I haven't tried Parcel but looks like its designed for web assets and not Node.js

ttodua commented 5 months ago

thanks for reply. i dont specifically mean parcel only, but some comparison(table) with other similar bundlers, would be good to have a reason why to choose ncc

styfle commented 5 months ago

Feel free to submit a PR 👍

ttodua commented 5 months ago

How would I make a PR, I don't know myself how does ncc differ from others and that's why I have asked a question to get educated myself about ncc :) thanks anyway