Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions content/configuration/nativescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down