VitePluginOptions
Defined in: src/plugins/application/vite/plugin.ts:11
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
|
|
Absolute path to vite.config file. Auto-detected if not provided. |
||
|
|
Production build output directory. Auto-detected from vite.config if not provided. |
||
|
|
URL prefix to mount the Vite app under. Defaults to ’/’ |
||
|
|
Vite project root. Auto-detected if not provided. |
||
|
|
Whether to fallback unmatched routes to index.html (SPA mode). Defaults to true. |