Skip to content

Commit be7b959

Browse files
authored
fix: temporarily disable Ivy on Stackblitz (#1050)
Stackblitz has a race condition that an cause issues when running ngcc against our packages, resulting in errors. These changes temporarily disable Ivy until we can start using the linker.
1 parent 8881b19 commit be7b959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

material.angular.io/src/assets/stack-blitz/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"strictInjectionParameters": true,
3737
"strictInputAccessModifiers": true,
3838
"strictTemplates": true,
39-
"enableIvy": true
39+
"enableIvy": false
4040
}
4141
}

0 commit comments

Comments
 (0)