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

x/mesozoic/lib/swc.ts>Types.JsMinifyOptions

A generic build system for Deno web apps
Go to Latest
interface Types.JsMinifyOptions
import { type Types } from "https://deno.land/x/mesozoic@v1.2.7/lib/swc.ts";
const { JsMinifyOptions } = Types;

Properties

optional
compress: TerserCompressOptions | boolean
optional
format: JsFormatOptions & ToSnakeCaseProperties<JsFormatOptions>
optional
mangle: TerserMangleOptions | boolean
optional
ecma: TerserEcmaVersion
optional
keep_classnames: boolean
optional
keep_fnames: boolean
optional
module: boolean
optional
safari10: boolean
optional
toplevel: boolean
optional
sourceMap: boolean
optional
outputPath: string
optional
inlineSourcesContent: boolean