Skip to content

Commit

Permalink
Distribute library using partial Ivy compilation mode
Browse files Browse the repository at this point in the history
See https://blog.angular.io/upcoming-improvements-to-angular-library-distribution-76c02f782aa4 for more details.

BREAKING CHANGE:

Library can no longer be used by applications or libraries which still use View Engine compiler. For applications this should not be a problem as Angular 12 does not support View Engine for compiling applications. If you have a library which still uses View Engine and depends on angular-fontawesome, please stick with the 0.9.x release until your library has migrated.
  • Loading branch information
devoto13 committed Jul 23, 2021
1 parent a92acb4 commit 9c02d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 9c02d01

Please sign in to comment.