I want to use bootstrap-material-design in my Angular 2 application that uses angular-cli.
bootstrap-material-design (V4) uses SASS. And in order to make it work in Angular 2, I need to use sass-loader. But I didn't find any solution to make Angular-cli uses sass-loader since webpack configuration cannot be overrided (In my knowledge).
Is there any solution to use bootstrap-material-design in a Angular 2 application that uses angular-cli ?