feat(core): nativescript.config and webpack updates (#8801)
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"main": "app.js",
|
||||
"android": {
|
||||
"v8Flags": "--expose_gc",
|
||||
"markingMode": "none"
|
||||
}
|
||||
}
|
||||
10
apps/automated/nativescript.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { NativeScriptConfig } from '@nativescript/core';
|
||||
|
||||
export default {
|
||||
id: 'org.nativescript.UnitTestApp',
|
||||
appResourcesPath: '../../tools/assets/App_Resources',
|
||||
android: {
|
||||
v8Flags: '--expose_gc',
|
||||
markingMode: 'none',
|
||||
},
|
||||
} as NativeScriptConfig;
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"appResourcesPath": "../../tools/assets/App_Resources",
|
||||
"appPath": "app"
|
||||
}
|
||||
@@ -1,14 +1,5 @@
|
||||
{
|
||||
"nativescript": {
|
||||
"id": "org.nativescript.UnitTestApp",
|
||||
"tns-android": {
|
||||
"version": "next"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.5.2"
|
||||
}
|
||||
},
|
||||
"main": "app.js",
|
||||
"main": "main.js",
|
||||
"description": "NativeScript Application",
|
||||
"license": "SEE LICENSE IN <your-license-filename>",
|
||||
"repository": "<fill-your-repository-here>",
|
||||
@@ -20,6 +11,7 @@
|
||||
"@nativescript/core": "file:../../packages/core"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nativescript/ios": "7.0.0",
|
||||
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
|
||||
"typescript": "file:../../node_modules/typescript"
|
||||
},
|
||||
|
||||
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 150 B After Width: | Height: | Size: 150 B |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |