fix(@angular-devkit/build-angular): roll angular app test back to VE

This should really be using Ivy but was getting the error below on every second build.
`ERROR in Cannot read property 'incrementalState' of null`
This commit is contained in:
Filipe Silva 2019-10-16 15:34:03 +01:00 committed by vikerman
parent 1f52cda2e5
commit 7d3460d115

View File

@ -18,7 +18,10 @@
]
},
"angularCompilerOptions": {
"enableIvy": true,
// TODO: debug this problem.
// This should really be true but was getting the error below on every second build.
// `ERROR in Cannot read property 'incrementalState' of null`
"enableIvy": false,
"disableTypeScriptVersionCheck": true
}
}