Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Jun 3, 2023
1 parent 673d185 commit f92b145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import * as esbuild from "https://deno.land/x/[email protected]/mod.js";
// permitted, such as Deno Deploy, or when running without `--allow-run`.
// import * as esbuild from "https://deno.land/x/[email protected]/wasm.js";

import { denoPlugins } from "https://deno.land/x/esbuild_deno_loader@0.7.2/mod.ts";
import { denoPlugins } from "https://deno.land/x/esbuild_deno_loader@0.8.0/mod.ts";

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

0 comments on commit f92b145

Please sign in to comment.