JS is interpreted and JITed. The whole point of using it is having a very fast feedback loop.
The tradeoff should be: faster at dev, slower at runtime. There’s something fundamentally wrong if that premise is broken.
Actually it’s insane that we need build steps with any noticeable delay during dev time at all.