withViteConfig
Method
interface ViteAppResource { // ... omitted for brevity withViteConfig(configPath: string): ViteAppResource;}Signature
method
withViteConfig builder Configures the Vite app to use the specified Vite configuration file instead of the default resolution behavior.
withViteConfig(configPath: string): ViteAppResourceParameters
configPath string Returns
ViteAppResource Applies to
This method applies to the following types: