Theemo / @theemo/build / BuildConfig
Interface: BuildConfig
Defined in: config.ts:7
Config for building a theme
Properties
features?
ts
optional features: BuildFeature[];
Defined in: config.ts:23
Instructions for how to build the features
files?
ts
optional files: string[];
Defined in: config.ts:18
The files that will be concatenated into the output file
lightningcss?
ts
optional lightningcss:
| boolean
| Omit<TransformOptions<CustomAtRules>, "code" | "filename">;
Defined in: config.ts:31
Lightning CSS is used for postprocess. You can pass options to lightning css here or turn it off entirely.
Default
true
outDir?
ts
optional outDir: string;
Defined in: config.ts:13
Specify the output directory
Default
dist