Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
class TerserPlugin
extends TextFilePlugin
import { TerserPlugin } from "https://deno.land/x/fed_dev@0.9.0/plugins/typescript/terser_plugin.ts";

Constructors

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

Properties

options: terser.MinifyOptions

Methods

optimizeSource(source: string)
test(
input: string,
_type: DependencyType,
format: DependencyFormat,
)