Skip to content

Commit

Permalink
Merge pull request #126 from pavankjadda/master
Browse files Browse the repository at this point in the history
chore(core): enables partial-Ivy compilation to transition libraries to partial-Ivy format
  • Loading branch information
pavankjadda authored Jun 15, 2021
2 parents 354b9e4 + 11dae98 commit 85e69ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/ngx-cookie-service/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"declarationMap": false
},
"angularCompilerOptions": {
"enableIvy": false
"compilationMode": "partial"
}
}

0 comments on commit 85e69ed

Please sign in to comment.