mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 18:13:38 +08:00
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:
parent
c8e0c35e60
commit
2f290a40c8
@ -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'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user