Skip to content

Commit

Permalink
fix: ivy not working, closes #523
Browse files Browse the repository at this point in the history
  • Loading branch information
MurhafSousli committed Aug 22, 2021
1 parent 25d24a2 commit 096d62a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/ngx-sharebuttons/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.lib.json",
"compilerOptions": {
"declarationMap": false
},
"angularCompilerOptions": {
"enableIvy": false
"compilationMode": "partial"
}
}

0 comments on commit 096d62a

Please sign in to comment.