Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
class TerserPlugin
extends Plugin
import { TerserPlugin } from "https://deno.land/x/deno_bundler@v0.9.1/plugins/typescript/terser.ts";

Constructors

new
TerserPlugin(unnamed 0?: { options?: terser.MinifyOptions; })

Properties

options: terser.MinifyOptions

Methods

optimizeBundle(output: string, context: Context)
test(item: Item)