File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 42
42
"scripts" : {
43
43
"clean" : " ns clean" ,
44
44
"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" ,
47
45
"u" : " update-ns-webpack" ,
48
46
"e2e" : " tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json" ,
49
47
"e2e-watch" : " tsc -p e2e --watch" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/angular" ,
3
- "version" : " 10.1.0 " ,
3
+ "version" : " 10.1.1 " ,
4
4
"description" : " An Angular renderer that lets you build mobile apps with NativeScript." ,
5
5
"homepage" : " https://www.nativescript.org/" ,
6
6
"bugs" : " https://github.com/NativeScript/nativescript-angular/issues" ,
Original file line number Diff line number Diff line change 25
25
"skipMetadataEmit" : false ,
26
26
"skipTemplateCodegen" : true ,
27
27
"strictMetadataEmit" : true ,
28
- "enableIvy" : true
28
+ "enableIvy" : false
29
29
},
30
30
"include" : [
31
31
" **/*.ts"
You can’t perform that action at this time.
0 commit comments