UserConfig
This content is not available in your language yet.
UserConfig =
Partial<BuildOptions> &object
Defined in: core/src/config-loader.ts:26
config 객체 형태 — 모든 BuildOptions 의 부분 집합.
extends (#2108) 는 다른 config 파일을 base 로 상속받는 식별자 — 단일 string
또는 배열. config-loader 가 로드 시 자동 해석하므로 최종 사용자 config 에는
노출되지 않는다 (resolveExtends 가 strip).
Type Declaration
섹션 제목: “Type Declaration”extends?
섹션 제목: “extends?”
optionalextends?:string|string[]