shlomiassaf / ngc-webpack

Angular compiler-cli with webpack's loader chain.
MIT License
84 stars 15 forks source link

Add cliOptions for the Webpack plugin #5

Closed panuruj closed 7 years ago

panuruj commented 7 years ago

The Ngc supports a few i18n parameters that cannot be passed through webpack plugin today. This change will allow cliOptions to be specified via webpack.

shlomiassaf commented 7 years ago

@panuruj thanks