diff --git a/aio/scripts/switch-to-ivy.js b/aio/scripts/switch-to-ivy.js index 63fe90da14..9fc3a00bb2 100644 --- a/aio/scripts/switch-to-ivy.js +++ b/aio/scripts/switch-to-ivy.js @@ -13,8 +13,6 @@ const ROOT_DIR = resolve(__dirname, '..'); const NG_JSON = join(ROOT_DIR, 'angular.json'); const NG_COMPILER_OPTS = { angularCompilerOptions: { - // Related Jira issue: FW-737 - allowEmptyCodegenFiles: true, enableIvy: true, }, };