Skip to content

Commit

Permalink
fixing esbuild-wasm version being fetched
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHButler committed Jan 26, 2021
1 parent bd1af58 commit 929226b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const bundle = async (rawCode: string) => {
if (!service) {
service = await esbuild.startService({
worker: true,
wasmURL: 'https://unpkg.com/esbuild-wasm@0.8.27/esbuild.wasm'
wasmURL: 'https://unpkg.com/esbuild-wasm@0.8.36/esbuild.wasm'
});
}

Expand Down

0 comments on commit 929226b

Please sign in to comment.