smmorneau / tour-of-heroes

Angular 2 Starter Project in Typescript with Linting, Minifying, and Bundling
https://tour-of-heroes-typescript.herokuapp.com/
40 stars 27 forks source link

Why not use minification of systemjs? #2

Open mii9000 opened 8 years ago

mii9000 commented 8 years ago

From the gulp file it seems the systemjs bundle is being minified later. https://github.com/smmorneau/tour-of-heroes/blob/master/gulpfile.js#L66. Why is what I want to ask out of curiosity?