Skip to content

Commit

Permalink
fix: revert to using ViewEngine package
Browse files Browse the repository at this point in the history
ViewEngine Package is still the better option since NGCC still exists in v12 and it will port it. There are environment still not ready for IVY (stackblitz, etc) and also, partial IVY is not backward compatible to VE while VE to IVY is possible.
  • Loading branch information
shlomiassaf committed May 24, 2021
1 parent ecf64e4 commit 3a1fe8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"strictInjectionParameters": true,
"flatModuleId": "AUTOGENERATED",
"flatModuleOutFile": "AUTOGENERATED",
"compilationMode": "partial"
"enableIvy": "false", // View Engine
// "enableIvy": "true", // full-ivy
// "compilationMode": "partial" // partial-ivy
}
}

0 comments on commit 3a1fe8f

Please sign in to comment.