Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
class WebManifestPlugin
extends JSONPlugin
import { WebManifestPlugin } from "https://deno.land/x/bundler@0.9.0/plugins/json/webmanifest_plugin.ts";

Methods

createAsset(
input: string,
type: DependencyType,
bundler: Bundler,
options?: CreateAssetOptions,
)
createBundle(
chunk: Chunk,
source: Source,
bundler: Bundler,
unnamed 3?: CreateBundleOptions,
)
splitDependencies(
asset: Asset,
_bundler: Bundler,
_options: CreateChunkOptions,
)
test(_input: string, type: DependencyType)