Skip to content

Commit 130bacc

Browse files
committed
chore: angular build fix
1 parent 2cc9252 commit 130bacc

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@angular/router": "~12.0.2",
3636
"@commitlint/cli": "^12.1.4",
3737
"@commitlint/config-conventional": "^12.1.4",
38-
"@nativescript/angular": "^11.2.0",
38+
"@nativescript/angular": "12.0.0-alpha.10",
3939
"@nativescript/core": "7.0.12",
4040
"@nativescript/types-android": "8.0.1",
4141
"@nativescript/types-ios": "8.0.1",

plugin/angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"typings": "nativescript-community-ui-webview-angular.d.ts",
99
"sideEffects": false,
1010
"dependencies": {
11-
"tslib": "^2.0.0"
11+
"tslib": "^2.1.0"
1212
},
1313
"scripts": {
14-
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy. This is not allowed.\\nPlease delete and rebuild the package, without compiling with Ivy, before attempting to publish.\\n')\" && exit 1"
14+
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
1515
}
16-
}
16+
}

src/angular/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
4+
"skipLibCheck": true,
45
"rootDir": "./",
56
"paths": {
67
"tns-core-modules": ["./node_modules/@nativescript/core"],

0 commit comments

Comments
 (0)