Closed
Description
Currently there is an angular project which I think could benefit all Typescript users.
As we all know, Google closure compiler is still the most efficient minifier, however requires annotations for it to be used in ADVANCED mode.
https://github.com/angular/tsickle
This project is using a baked tsc that automagically converts decorators and types to annotations that allow for GCC to understand.
Since Webpack2 is implementing LoaderOptionsPlugin which hands the responsibilities of minifying to the loader, it would be perfect timing to add a minify feature into the loader.
Thoughts?
Cross reference post to both ts loaders.
s-panferov/awesome-typescript-loader#153