···11/**
22 * Compile and bundle all the distributables into dist.
33- *
44- * Note: This file does NOT use deno.json as a config file for itself.
55- * That config file is specifically for use in Deno.emit.
66- *
77- * Probably move to esbuild:
88- * - https://deno.land/x/esbuild_deno_loader@0.5.0
93 */
1010-import * as esbuild from 'https://deno.land/x/esbuild@v0.14.39/mod.js';
1111-import { denoPlugin } from 'https://raw.githubusercontent.com/ivebencrazy/esbuild_deno_loader/main/mod.ts';
44+import * as esbuild from 'https://deno.land/x/esbuild@v0.14.51/mod.js';
55+import { denoPlugin } from 'https://deno.land/x/esbuild_deno_loader@0.5.2/mod.ts';
126import { copySync, ensureDir } from 'https://deno.land/std@0.138.0/fs/mod.ts';
137import { resolve } from 'https://deno.land/std@0.142.0/path/mod.ts';
148