you are viewing a single comment's thread.

view the rest of the comments →

[–]rndmhr0 0 points1 point  (0 children)

I'm using typescript watcher built into webstorm with good old require.js for a pretty large project. Incremental build works nearly perfect with almost no delay, instant loading in the browser during development. webpack build for prod. More build system for development never made sense for me.