-
I really need to write a blog post about how web developers need to use real build orchestration tools instead of having all the individual build tools plug-in and cross-depend on each other. Your Karma config frankly shouldn't know or care that you're running Typescript.
-
I keep trying to find time to talk/write about build systems more (not successful yet), but I just discovered this talk by @Jakeherringbone which made this exact point 3 years ago. If you're interested, I highly recommend it. drive.google.com/file/d/1AxrwjLUf_35Z2C9VK5Ut7wo5L89roHH2/view
-
NPM scripts are a great starting point, but they aren't a scalable build system. You grow out of it a lot quicker than you might realize.