index.html
is no longer generated with Webpack. This means if your solution uses Webpack to alterindex.html
it will stop working the moment you upgrade to version 8.
Instead you should useindexTransform
property.
@angular-builders/dev-server:generic
has been deprecated. Use@angular-builders/custom-webpack:dev-server
instead.
- Update to Jest 24 if you still haven't.