Skip to content

Commit

Permalink
fix(build): disable ivy during lib compilation for v8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Feb 12, 2020
1 parent 60d256e commit 7241c86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/ngx-translate/core/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"flatModuleId": "AUTOGENERATED",
"flatModuleOutFile": "AUTOGENERATED"
"flatModuleOutFile": "AUTOGENERATED",
"enableIvy": false
},
"exclude": [
"./tests",
Expand Down

0 comments on commit 7241c86

Please sign in to comment.