Webpack2 Angular2 ng-bootstrap Tree Shaking
问题 I'm currently using https://github.com/ng-bootstrap/ng-bootstrap in my angular2 application and use webpack2 to build all ts files. i'm only using Modal Component from NgbModule for now, but in minified file i can still see NbgAccordian and other modules reference which is not used in my app @ng-bootstrap/ng-bootstrap": "^1.0.0-alpha.15 i tried import { NgbModule, NgbModal, NgbModalOptions, ModalDismissReasons, NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; but didn't worked as expected