6 ms·
according the current situation in bundlers written in JS,there is no "really" winner in my opinion。 webpack or rullup,which one is winner is a very personal t
by pshu 2y ago
according the current situation in bundlers written in JS,there is no "really" winner in my opinion。 webpack or rullup,which one is winner is a very personal thought。
So i think there maybe some similar situation in bundlers written in Rust.
- satvikpendem 2y agoAre you Japanese? Those period symbols are interesting.
- pshu 2y ago'。' is a Chinese full stop, equivalent to a period in English
- satvikpendem 2y agoAh that's cool. So it includes spacing inherently in the character it looks like, rather than English's ". " which are two characters.
- 8n4vidtmkvmk 2y agoWepack for web apps, rollup for libraries. Very much depends on what you're doing, the tools usually aren't good at all of them. There's 1 or 2 other use cases I'm forgetting.