How to configure for typescripts?
Closed this issue · 2 comments
hansiemithun commented
Its a very good post, need to understand if there is a possibility to configure for typescript files to bundle, minify and uglify using this technique. A working example will be a great help
yessky commented
This techinque tries to avoid restart node.js app, and hot compile changed modules on demand. For now, It's only used to speed-up your development for node.js app. It should works with webpack/webpack-dev-server/webpack-hot-middleware.
You can use webpack to bundle, minify and uglify for production env.
yessky commented
closed as no respond