Hacker News new | ask | show | jobs
by fauigerzigerk 1210 days ago
I'm certainly not the foremost expert in JavaScript build systems, but this just seems wrong.

Reducing build times (or eliminating the build step) by moving things to runtime is a great idea for a debug build/mode. But why is it a good idea not to have separate release build to optimise for runtime performance?