This repository was archived by the owner on Dec 1, 2019. It is now read-only.
This repository was archived by the owner on Dec 1, 2019. It is now read-only.
Enhancement: Implement Tsickle for Google Closure Compiler #153
Open
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?