Skip to content

Interface: ResolvedCssOptions

Defined in: src/features/css/index.ts:133

Properties

fileName

ts
fileName: string

Defined in: src/features/css/index.ts:136


lightningcss?

ts
optional lightningcss: LightningCSSOptions;

Defined in: src/features/css/index.ts:140


minify

ts
minify: boolean

Defined in: src/features/css/index.ts:137


postcss?

ts
optional postcss: PostCSSOptions;

Defined in: src/features/css/index.ts:141


preprocessorOptions?

ts
optional preprocessorOptions: PreprocessorOptions;

Defined in: src/features/css/index.ts:139


splitting

ts
splitting: boolean

Defined in: src/features/css/index.ts:135


target?

ts
optional target: string[];

Defined in: src/features/css/index.ts:138


transformer

ts
transformer: 'postcss' | 'lightningcss'

Defined in: src/features/css/index.ts:134

Released under the MIT License.