jialh
2025-01-07 bb59b053247ef82969b64979260e2478bd732e1f
1
2
3
4
import type { ConfigEnv, ResolvedConfig, UserConfig } from 'vite';
export declare function withSourcemap(config: ResolvedConfig): boolean;
export declare function isInHybridNVue(config: UserConfig | ResolvedConfig): boolean;
export declare function isSsr(command: ConfigEnv['command'], config: UserConfig | ResolvedConfig): boolean;