Skip to content

Commit 7d3460d

Browse files
filipesilvavikerman
authored andcommitted
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`
1 parent 1f52cda commit 7d3460d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/angular_devkit/build_webpack/angular-app/tsconfig.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
]
1919
},
2020
"angularCompilerOptions": {
21-
"enableIvy": true,
21+
// TODO: debug this problem.
22+
// This should really be true but was getting the error below on every second build.
23+
// `ERROR in Cannot read property 'incrementalState' of null`
24+
"enableIvy": false,
2225
"disableTypeScriptVersionCheck": true
2326
}
2427
}

0 commit comments

Comments
 (0)