test: enable script target e2e for ivy

This has been resolved in angular/compiler-cli version 8.0.0-beta.10
This commit is contained in:
Alan Agius 2019-04-06 09:01:13 +02:00 committed by Alex Eagle
parent c8e0c35e60
commit 2f290a40c8

View File

@ -12,13 +12,6 @@ export default function () {
return Promise.resolve();
}
if (getGlobalVariable('argv')['ivy']) {
// todo: enable when NGCC supports this.
// At the moment, we re-run NGCC with a different 'propertiesToConsider'.
// https://angular-team.atlassian.net/browse/FW-1211
return Promise.resolve();
}
return Promise.resolve()
.then(() => updateJsonFile('tsconfig.json', configJson => {
const compilerOptions = configJson['compilerOptions'];