Skip to content

Commit

Permalink
Use github import for canary esbuild-deno-loader
Browse files Browse the repository at this point in the history
Required to get the fix from lucacasonato/esbuild_deno_loader#141
  • Loading branch information
adamgreg committed Oct 10, 2024
1 parent 2d660a0 commit 54dc094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export {
toFileUrl,
} from "https://deno.land/[email protected]/path/mod.ts";
export { escape as regexpEscape } from "https://deno.land/[email protected]/regexp/escape.ts";
export { denoPlugins } from "jsr:@luca/[email protected]";
export { denoPlugins } from "https://raw.githubusercontent.com/lucacasonato/esbuild_deno_loader/refs/heads/main/mod.ts";
export { assertEquals } from "https://deno.land/[email protected]/assert/mod.ts";

0 comments on commit 54dc094

Please sign in to comment.