Skip to content

Commit

Permalink
feat(core): nativescript.config and webpack updates (#8801)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Sep 1, 2020
1 parent 757a2ff commit 54cce4f
Show file tree
Hide file tree
Showing 1,093 changed files with 332 additions and 316 deletions.
7 changes: 0 additions & 7 deletions apps/automated/app/package.json

This file was deleted.

10 changes: 10 additions & 0 deletions apps/automated/nativescript.config.ts
Original file line number Diff line number Diff line change
@@ -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;
4 changes: 0 additions & 4 deletions apps/automated/nsconfig.json

This file was deleted.

12 changes: 2 additions & 10 deletions apps/automated/package.json
Original file line number Diff line number Diff line change
@@ -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>",
Expand All @@ -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"
},
Expand Down
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.
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.
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.
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.
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.
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.
Loading

0 comments on commit 54cce4f

Please sign in to comment.