Skip to content

Commit d9764e2

Browse files
fix: make esbuild-deno-loader work with Deno 2 (#2708)
Fixes #2701
1 parent 16a23e9 commit d9764e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ export {
66
toFileUrl,
77
} from "https://deno.land/std@0.216.0/path/mod.ts";
88
export { escape as regexpEscape } from "https://deno.land/std@0.216.0/regexp/escape.ts";
9-
export { denoPlugins } from "jsr:@luca/esbuild-deno-loader@0.10.3";
9+
export { denoPlugins } from "jsr:@luca/esbuild-deno-loader@0.11.0";
1010
export { assertEquals } from "https://deno.land/std@0.216.0/assert/mod.ts";

0 commit comments

Comments
 (0)