Skip to content

Commit

Permalink
fix(config): turn enableIvy to false for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
joanllenas committed Feb 21, 2021
1 parent 40b4066 commit 4ff441a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"outDir": "./out-tsc/app",
"types": []
},
"angularCompilerOptions": {
"enableIvy": true
},
"files": [
"src/main.ts",
"src/polyfills.ts"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"enableIvy": true
"enableIvy": false
}
}

0 comments on commit 4ff441a

Please sign in to comment.