This repository was archived by the owner on Aug 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ module.exports = env => {
33
33
// The 'appPath' and 'appResourcesPath' values are fetched from
34
34
// the nsconfig.json configuration file
35
35
// when bundling with `tns run android|ios --bundle`.
36
- appPath = "app " ,
37
- appResourcesPath = "app/ App_Resources" ,
36
+ appPath = "src " ,
37
+ appResourcesPath = "App_Resources" ,
38
38
39
39
// You can provide the following flags when running 'tns run android|ios'
40
40
aot, // --env.aot
Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ module.exports = env => {
37
37
// the nsconfig.json configuration file
38
38
// when bundling with `tns run android|ios --bundle`.
39
39
appPath = "app" ,
40
- appResourcesPath = "app/App_Resources" ,
40
+ appResourcesPath = "app/App_Resources" ,
41
41
42
- // You can provide the following flags when running 'tns run android|ios'
43
- snapshot, // --env.snapshot
44
- production, // --env.production
45
- report, // --env.report
46
- hmr, // --env.hmr
42
+ // You can provide the following flags when running 'tns run android|ios'
43
+ snapshot, // --env.snapshot
44
+ production, // --env.production
45
+ report, // --env.report
46
+ hmr, // --env.hmr
47
47
} = env ;
48
48
49
49
const externals = ( env . externals || [ ] ) . map ( ( e ) => { // --env.externals
You can’t perform that action at this time.
0 commit comments