Skip to content

Commit 72489b0

Browse files
committed
log("exbuilddone2");
1 parent 6d5b6cb commit 72489b0

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

bundle.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,11 @@ const options: esbuild.BuildOptions = {
5858
if (watch) {
5959
const ctx = await esbuild.context(options);
6060
log(`watch mode: ON`);
61+
62+
log("exbuilddone2");
6163
await ctx.watch();
6264
} else {
63-
const result = await esbuild.build(options);
65+
await esbuild.build(options);
66+
6467
log(`no watch mode: DONE`);
6568
}

transpile.ignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
tsc.ignore.ts
44
node_modules
5-
5+
bundle.ts
66
transpile.ts
77
es.ts
88
bash/tee.ts

0 commit comments

Comments
 (0)