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 1e5f4a6 commit 57995a2Copy full SHA for 57995a2
content/configuration/vite.md
@@ -12,7 +12,7 @@ All NativeScript apps can be bundled using [Vite](https://vite.dev/). To manage
12
Install the plugin.
13
14
```bash
15
-npm install @nativescript/vite
+npm install -d @nativescript/vite
16
```
17
18
## Quick start (`init`)
@@ -154,7 +154,7 @@ Additional env flags that are usually passed by the CLI automatically
154
155
We define a few useful globally available variables that you can use to alter logic in your applications.
156
157
-- `__DEV__` - `true` when webpack is building in development mode
+- `__DEV__` - `true` when vite is building in development mode
158
```ts
159
if (__DEV__) {
160
// we are running a dev build
0 commit comments