top | item 27225611

(no title)

sunsetSamurai | 4 years ago

Hi, I'm kinda new to the web development world, do you have a guide on how to set up esbuild to compile and minimize a project built with typescript and sass?

discuss

order

ianschmitz|4 years ago

I wouldn't recommend setting it up yourself. Try Vite instead.

AriaMinaei|4 years ago

For a beginner, I wouldn't recommend vite just yet. There are still rough edges (like browser load time being unbearably slow): https://github.com/vitejs/vite/issues/3208

If you're starting out, I'd suggest spending more of your time in a higher level of the stack (like writing application code, learning React/etc), rather than spending time deeper down in the plumbing, especially if you're using cutting-edge pieces in the build pipeline.

mszcz|4 years ago

Even as an exercise to understand how it works?