Skip to main content
Module

x/aleph/server/bundle_css.ts>BundleCSSOptions

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias BundleCSSOptions
import { type BundleCSSOptions } from "https://deno.land/x/aleph@1.0.0-alpha.78/server/bundle_css.ts";
definition: { targets?: Targets; minify?: boolean; cssModules?: boolean; asJsModule?: boolean; hmr?: boolean; }