Skip to content

Interface: ResolvedCssOptions

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

Properties

fileName

ts
fileName: string

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


lightningcss?

ts
optional lightningcss: LightningCSSOptions;

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


minify

ts
minify: boolean

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


preprocessorOptions?

ts
optional preprocessorOptions: PreprocessorOptions;

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


splitting

ts
splitting: boolean

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


target?

ts
optional target: string[];

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

Released under the MIT License.