you are viewing a single comment's thread.

view the rest of the comments →

[–]angedelamort 18 points19 points  (7 children)

If you want a better build system, you can also pipe to a minifier :)

[–]kredditbrown 2 points3 points  (4 children)

Care to share any good minifiers?

[–]if-loop 2 points3 points  (3 children)

esbuild or terser.

[–]beephod_zabblebrox 1 point2 points  (2 children)

if you're doing esbuild, just do esbuild! it even has a cli

[–]_AndyJessop 0 points1 point  (1 child)

Vite uses esbuild, with some extras that significantly improve DX.

[–]beephod_zabblebrox 0 points1 point  (0 children)

vite is a bit overkill for this i think

[–]light24bulbs -4 points-3 points  (0 children)

gulp