### Bug Report or Feature Request - [x ] question ### Versions. ``` @angular/cli: 1.0.1 node: 7.8.0 os: win32 x64 ``` ### Details I've got the whole locale ended up in my bundle:  As I am **not using** [`--eject` flag](https://github.com/angular/angular-cli/wiki/eject) this solution https://github.com/moment/moment/issues/2416#issuecomment-111713308 in not working for me. I discovered this [SO answer](http://stackoverflow.com/a/37172595/415078) which is kind of not really works for me, getting like `Error: Can't resolve './locale'` in runtime. Is there any proper solution with `angular-cli` to exclude the `moment` `locale` without `--eject`?