Skip to content

Commit c5abb6a

Browse files
authored
docs: Add documentation for 'projectName' setting (#143)
1 parent cbd07c6 commit c5abb6a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/configuration/nativescript.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,14 @@ webpackConfigPath: string = 'custom-webpack.config.js'
101101

102102
Specifies the [webpack config](./webpack) location. The default is `webpack.config.js` in the root.
103103

104+
### projectName (8.8+)
105+
106+
```ts
107+
projectName: string = 'projectName'
108+
```
109+
110+
Specifies the name of the project. The default is the basename of the project directory.
111+
104112
### profiling
105113

106114
```ts

0 commit comments

Comments
 (0)