We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5459b4 commit b0b39e8Copy full SHA for b0b39e8
apps/virtuoso.dev/src/theme/CodeBlock/LiveCodeBlock/esmTransform.ts
@@ -10,7 +10,7 @@ export async function transformToFunctionBody(code: string) {
10
esBuildInitializePromise = new Promise<void>((resolve, reject) => {
11
esbuild
12
.initialize({
13
- wasmURL: 'https://unpkg.com/esbuild-wasm@0.25.1/esbuild.wasm',
+ wasmURL: 'https://cdn.jsdelivr.net/npm/esbuild-wasm@0.25.1/esbuild.wasm',
14
})
15
.then(() => {
16
resolve()
0 commit comments