@plugin-light/project-config-vite
Version:
开箱即用的项目配置,适用于 Vue3.x 项目
15 lines (14 loc) • 585 B
TypeScript
import type { MkcertPluginOptions } from 'vite-plugin-mkcert';
export declare const DEFAULT_OPTIMIZE_DEPS_INCLUDES: never[];
export declare const DEFAULT_OPTIMIZE_DEPS_EXCLUDES: never[];
export declare const DEFAULT_ADD_CODE_AT_END_OPTIONS: {};
export declare const DEFAULT_ALIAS_FOR_LIBRARY_OPTIONS: {
list: string[];
target: string;
};
export declare const DEFAULT_ALIAS: {
PRESS_UI: string;
PRESS_PLUS: string;
};
export declare const getDefaultPmdAliasMap: (root: string) => Record<string, string>;
export declare const DEFAULT_MKCERT_OPTIONS: MkcertPluginOptions;