|
|
|
|
|
by jakelazaroff
899 days ago
|
|
I see. I don’t really agree with lumping everything else into “yet another tool”: - The marginal cost of adding a second tool to your build step is generally lower than adding a build step in the first place - Tools like esbuild give you both TypeScript compilation and bundling out of the box with zero extra dependencies, so you don’t actually need to add an extra tool to your workflow - Tools like Vite technically do include extra tools but hide the complexity from you, so from your perspective it’s just a single tool |
|