feat(core): drop support for zone.js 0.10.x (#40823)
With this change we drop support for zone.js 0.10.x. This is needed because in version 12 the CLI will only work with `~0.11.4`. See angular/angular-cli#20034. BREAKING CHANGE: Minimum supported `zone.js` version is `0.11.4` PR Close #40823
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
|
||||
// import zone.js from npm here because integration test will load zone.js
|
||||
// from built npm_package instead of source
|
||||
import 'zone.js/dist/zone-node';
|
||||
import 'zone.js/dist/zone-testing';
|
||||
import 'zone.js/node';
|
||||
import 'zone.js/testing';
|
||||
// Only needed to satisfy the check in core/src/util/decorators.ts
|
||||
// TODO(alexeagle): maybe remove that check?
|
||||
require('reflect-metadata');
|
||||
|
||||
Reference in New Issue
Block a user