Skip to content

Commit 8b6c475

Browse files
committed
add todo for deno bundle
1 parent 87a2ffc commit 8b6c475

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import * as ESBuild from "esbuild";
44
import * as Dictionary from "../dictionary/build.ts";
55
import { OPTIONS } from "./config.ts";
66

7+
// TODO: use `deno bundle` instead when stable
78
const BUILD_OPTIONS: ESBuild.BuildOptions = {
89
...OPTIONS,
910
minify: true,

0 commit comments

Comments
 (0)