Skip to content

Commit e5d0847

Browse files
chore: revert src folder for ng tests app
1 parent 902a0d7 commit e5d0847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = env => {
3737
// The 'appPath' and 'appResourcesPath' values are fetched from
3838
// the nsconfig.json configuration file
3939
// when bundling with `tns run android|ios --bundle`.
40-
appPath = "src",
40+
appPath = "app",
4141
appResourcesPath = "App_Resources",
4242

4343
// You can provide the following flags when running 'tns run android|ios'

0 commit comments

Comments
 (0)