We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a2ffc commit 8b6c475Copy full SHA for 8b6c475
build/build.ts
@@ -4,6 +4,7 @@ import * as ESBuild from "esbuild";
4
import * as Dictionary from "../dictionary/build.ts";
5
import { OPTIONS } from "./config.ts";
6
7
+// TODO: use `deno bundle` instead when stable
8
const BUILD_OPTIONS: ESBuild.BuildOptions = {
9
...OPTIONS,
10
minify: true,
0 commit comments