We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902a0d7 commit e5d0847Copy full SHA for e5d0847
tests/webpack.config.js
@@ -37,7 +37,7 @@ module.exports = env => {
37
// The 'appPath' and 'appResourcesPath' values are fetched from
38
// the nsconfig.json configuration file
39
// when bundling with `tns run android|ios --bundle`.
40
- appPath = "src",
+ appPath = "app",
41
appResourcesPath = "App_Resources",
42
43
// You can provide the following flags when running 'tns run android|ios'
0 commit comments