From 1fbd7df4c99c8343fd9ba3831f8103eff17de711 Mon Sep 17 00:00:00 2001 From: Adrian Burgess Date: Mon, 22 Apr 2024 17:17:23 +0100 Subject: [PATCH 1/2] docs: Add documentation for 'projectName' setting --- content/configuration/nativescript.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/configuration/nativescript.md b/content/configuration/nativescript.md index d57ce446..ef7dd5ff 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 + +```ts +projectName: string = 'projectName' +``` + +Specifies the name of the project. The default is the basename of the project directory. + ### profiling ```ts From 119da6755213fac14b39bab7b633fcc43176ea94 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Wed, 10 Jul 2024 21:24:15 -0700 Subject: [PATCH 2/2] chore: 8.8 market --- content/configuration/nativescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/configuration/nativescript.md b/content/configuration/nativescript.md index ef7dd5ff..4a474045 100644 --- a/content/configuration/nativescript.md +++ b/content/configuration/nativescript.md @@ -101,7 +101,7 @@ webpackConfigPath: string = 'custom-webpack.config.js' Specifies the [webpack config](./webpack) location. The default is `webpack.config.js` in the root. -### projectName +### projectName (8.8+) ```ts projectName: string = 'projectName'