Skip to content

Commit 7241c86

Browse files
committed
fix(build): disable ivy during lib compilation for v8 compatibility
1 parent 60d256e commit 7241c86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/ngx-translate/core/tsconfig.lib.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"fullTemplateTypeCheck": true,
2525
"strictInjectionParameters": true,
2626
"flatModuleId": "AUTOGENERATED",
27-
"flatModuleOutFile": "AUTOGENERATED"
27+
"flatModuleOutFile": "AUTOGENERATED",
28+
"enableIvy": false
2829
},
2930
"exclude": [
3031
"./tests",

0 commit comments

Comments
 (0)