Skip to content

Commit

Permalink
ES2022 for top-level await
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Dec 2, 2023
1 parent 4923b29 commit 510abc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export async function rollupClient(clientPath = getClientPath(), {minify = false
resolveId: resolveImport,
resolveDynamicImport: resolveImport
},
esbuild({minify})
esbuild({target: "es2022", minify})
]
});
try {
Expand Down

0 comments on commit 510abc5

Please sign in to comment.