Skip to content

Commit

Permalink
Use enableIvy: false in all configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
earshinov committed Feb 16, 2020
1 parent a6c4570 commit e767542
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
7 changes: 1 addition & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
"options": {
"tsConfig": "tsconfig.lib.json",
"project": "ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "tsconfig.lib.prod.json"
}
}
},
"test": {
Expand Down Expand Up @@ -46,4 +41,4 @@
}
},
"defaultProject": "angular-archwizard"
}
}
3 changes: 2 additions & 1 deletion tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"strictMetadataEmit": true,
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"enableResourceInlining": true
"enableResourceInlining": true,
"enableIvy": false
},
"exclude": [
"src/test.ts",
Expand Down
6 changes: 0 additions & 6 deletions tsconfig.lib.prod.json

This file was deleted.

0 comments on commit e767542

Please sign in to comment.