disable angular ivy compiler (#1412)
This commit is contained in:
parent
1375b422c7
commit
959c488f5a
|
@ -29,7 +29,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"angularCompilerOptions": {
|
"angularCompilerOptions": {
|
||||||
"preserveWhitespaces": true
|
"preserveWhitespaces": true,
|
||||||
|
"enableIvy": false
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules",
|
"node_modules",
|
||||||
|
|
Loading…
Reference in New Issue