- How do I install 3rd party dependencies when there is no
angular-cli-build.js and src/system-config.ts? And there is no webpack config?
- How do I plug in webpack plugins like autoprefixer for my CSS styles?
When referring to https://github.com/angular/angular-cli/blob/master/WEBPACK_UPDATE.md there is no instruction for migration of the dependencies.
EDIT: any translation of https://github.com/angular/angular-cli/wiki/3rd-party-libs to the new webpack branch would be great. Or is this impossible yet?