People have said say that same thing each time a new one pops up since Grunt 10 years+ ago.
If you're going to use a JS bundler written in Go, just stick to MAKEFILE...
dist.js: $(wildcard *.js) cat $? > dist.js
> If you're going to use a JS bundler written in Go, just stick to MAKEFILE...
What?