diff --git a/content/configuration/nativescript.md b/content/configuration/nativescript.md index d57ce446..4a474045 100644 --- a/content/configuration/nativescript.md +++ b/content/configuration/nativescript.md @@ -101,6 +101,14 @@ webpackConfigPath: string = 'custom-webpack.config.js' Specifies the [webpack config](./webpack) location. The default is `webpack.config.js` in the root. +### projectName (8.8+) + +```ts +projectName: string = 'projectName' +``` + +Specifies the name of the project. The default is the basename of the project directory. + ### profiling ```ts