Skip to main content
Module

x/fed_dev/mod.ts>CSSPlugin

A Bundler with the web in mind.
Latest
class CSSPlugin
extends TextFilePlugin
Re-export
import { CSSPlugin } from "https://deno.land/x/fed_dev@0.9.0/mod.ts";

Methods

createAsset(
input: string,
type: DependencyType,
context: CreateAssetContext,
)
createBundle(chunk: Chunk, context: CreateBundleContext)
createChunk(
asset: Asset,
chunkAssets: Set<Asset>,
context: CreateChunkContext,
)
splitAssetDependencies(asset: Asset, _context: CreateChunkContext)
test(
input: string,
_type: DependencyType,
format: DependencyFormat,
)