Angular2 TypeScript transpiler with Minification / Uglify
I'm developing a web application in Visual Studio 2015 with Angular2 and TypeScript . I'm using Gulp to generate distributed minified js files. With Angular2 I see, that there is no need to transpile TypeScript neither with Visual Studio nor with Gulp as SystemJs does it when importing the module. Now is the question: How does SystemJs work with minification, uglification and so on? System.import('app/main').then(null, console.error.bind(console)); How do I minify or uglify this? Thierry Templier SystemJS is Universal dynamic module loader - loads ES6 modules, AMD, CommonJS and global scripts