Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/@unocss/core.ts>PluginOptions

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
interface PluginOptions
import { type PluginOptions } from "https://deno.land/x/netzo@0.4.42/deps/@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 trigger config reloads

optional
transformers: SourceCodeTransformer[]

Custom transformers to the source code

optional
content: ContentOptions

Options for sources to be extracted as utilities usages

Supported sources:

  • filesystem - extract from file system
  • plain - extract from plain inline text
  • pipeline - extract from build tools' transformation pipeline, such as Vite and Webpack

The usage extracted from each source will be merged together.

optional
deprecated
extraContent: ContentOptions
optional
deprecated
include: FilterPattern

Patterns that filter the files being extracted.

optional
deprecated
exclude: FilterPattern

Patterns that filter the files NOT being extracted.