Skip to content

Commit

Permalink
Upgrade esbuild and deno_loader
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoremus committed May 16, 2024
1 parent 50300e2 commit 4e8ce78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-wc.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as esbuild from "https://deno.land/x/esbuild@v0.19.2/mod.js";
import { denoPlugins } from "https://deno.land/x/esbuild_deno_loader@0.8.2/mod.ts";
import * as esbuild from "https://deno.land/x/esbuild@v0.21.1/mod.js";
import { denoPlugins } from "https://deno.land/x/esbuild_deno_loader@0.9.0/mod.ts";

await esbuild.build({
plugins: [...denoPlugins()],
Expand Down

0 comments on commit 4e8ce78

Please sign in to comment.