Hacker News new | ask | show | jobs
by salehenrahman 3637 days ago
I'm currently using a "TypeScript loader" for either Webpack or Browserify.

If that seems too much, the other option is to output the compiled code as AMD modules [1]. But I have not tried it myself. Regardless, the option is still there, and, IMO, it seems like a painless transition away from concatenation.

http://stackoverflow.com/a/36320145/538570