Skip to main content
Module

x/aleph/lib/@unocss/core.ts>PluginOptions

The Full-stack Framework in Deno.
Go to Latest
interface PluginOptions
import { type PluginOptions } from "https://deno.land/x/aleph@1.0.0-beta.1/lib/@unocss/core.ts";

For other modules to aggregate the options

Properties

optional
configFile: string | false

Load from configs files

set false to disable

optional
configDeps: string[]

List of files that will also triggers config reloads

optional
include: FilterPattern

Patterns that filter the files being extracted.

optional
exclude: FilterPattern

Patterns that filter the files NOT being extracted.

optional
transformers: SourceCodeTransformer[]

Custom transformers to the source code