fix: allow top level async\await

This commit is contained in:
Artemy 2023-04-19 15:59:56 +03:00
parent 6086f60262
commit 1e399963a5

View file

@ -6,5 +6,6 @@ export default defineConfig({
plugins: [react()], plugins: [react()],
build: { build: {
outDir: "./dist", outDir: "./dist",
target: "esnext",
}, },
}); });