Skip to content

Commit 084c2eb

Browse files
committed
chore: ivy partial compilation, and replace deprecated option
after updating to Angular 12, compile using partial Ivy mode. change to use allowedNonPeerDependencies in ng-package. [#60](#60)
1 parent 7565503 commit 084c2eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/ngneat/forms-manager/ng-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"lib": {
55
"entryFile": "src/public_api.ts"
66
},
7-
"whitelistedNonPeerDependencies": ["fast-deep-equal"]
7+
"allowedNonPeerDependencies": ["fast-deep-equal"]
88
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "./tsconfig.lib.json",
33
"angularCompilerOptions": {
4-
"enableIvy": false
4+
"compilationMode": "partial"
55
}
66
}

0 commit comments

Comments
 (0)