Skip to content

Commit 54cce4f

Browse files
authored
feat(core): nativescript.config and webpack updates (NativeScript#8801)
1 parent 757a2ff commit 54cce4f

File tree

1,093 files changed

+332
-316
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,093 files changed

+332
-316
lines changed

apps/automated/app/package.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/automated/nativescript.config.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import { NativeScriptConfig } from '@nativescript/core';
2+
3+
export default {
4+
id: 'org.nativescript.UnitTestApp',
5+
appResourcesPath: '../../tools/assets/App_Resources',
6+
android: {
7+
v8Flags: '--expose_gc',
8+
markingMode: 'none',
9+
},
10+
} as NativeScriptConfig;

apps/automated/nsconfig.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

apps/automated/package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
{
2-
"nativescript": {
3-
"id": "org.nativescript.UnitTestApp",
4-
"tns-android": {
5-
"version": "next"
6-
},
7-
"tns-ios": {
8-
"version": "6.5.2"
9-
}
10-
},
11-
"main": "app.js",
2+
"main": "main.js",
123
"description": "NativeScript Application",
134
"license": "SEE LICENSE IN <your-license-filename>",
145
"repository": "<fill-your-repository-here>",
@@ -20,6 +11,7 @@
2011
"@nativescript/core": "file:../../packages/core"
2112
},
2213
"devDependencies": {
14+
"@nativescript/ios": "7.0.0",
2315
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
2416
"typescript": "file:../../node_modules/typescript"
2517
},
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)