Skip to content

Commit

Permalink
fix(build): do not compile to Ivy
Browse files Browse the repository at this point in the history
  • Loading branch information
nivekcode committed Feb 25, 2020
1 parent 8129951 commit 5dc0dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion projects/ng-sortgrid/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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 projects/ng-sortgrid/tsconfig.lib.prod.json

This file was deleted.

0 comments on commit 5dc0dd2

Please sign in to comment.