콘텐츠로 이동

EmotionOptions

Defined in: core/index.ts:573

emotion transform 옵션 (@emotion/babel-plugin 호환).

optional autoLabel?: boolean | "always" | "dev-only" | "never"

Defined in: core/index.ts:577

변수명을 CSS class label 로 자동 부여 (default: “dev-only”). false 는 autoLabel 을 끈다.


optional importMap?: Record<string, Record<string, { canonicalImport: [string, string]; }>>

Defined in: core/index.ts:581

import 경로 alias — fork 또는 vendored emotion 사용 시


optional labelFormat?: string

Defined in: core/index.ts:579

label format string. tokens: [local], [filename], [dirname] (default: “[local]“)


optional sourceMap?: boolean

Defined in: core/index.ts:575

sourceMap 생성 (default: true)