mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 02:54:21 +08:00
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:
parent
1f52cda2e5
commit
7d3460d115
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user