Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fed_dev/mod.ts>TerserPlugin

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

Constructors

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

Properties

options: terser.MinifyOptions

Methods

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