Skip to content

Commit 7d9600f

Browse files
committed
fix(angular): disable ivy
1 parent fa761ae commit 7d9600f

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

e2e/animation-examples/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242
"scripts": {
4343
"clean": "ns clean",
4444
"setup": "cd ../../nativescript-angular && npm run prep.apps && cd ../e2e/animation-examples && npm run clean",
45-
"ngcc": "ngcc --properties es2015 module main --first-only",
46-
"postinstall": "npm run ngcc",
4745
"u": "update-ns-webpack",
4846
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
4947
"e2e-watch": "tsc -p e2e --watch",

nativescript-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/angular",
3-
"version": "10.1.0",
3+
"version": "10.1.1",
44
"description": "An Angular renderer that lets you build mobile apps with NativeScript.",
55
"homepage": "https://www.nativescript.org/",
66
"bugs": "https://github.com/NativeScript/nativescript-angular/issues",

nativescript-angular/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"skipMetadataEmit": false,
2626
"skipTemplateCodegen": true,
2727
"strictMetadataEmit": true,
28-
"enableIvy": true
28+
"enableIvy": false
2929
},
3030
"include": [
3131
"**/*.ts"

0 commit comments

Comments
 (0)