mirror of
https://github.com/artegoser/AnoPaper.git
synced 2024-11-05 12:33:58 +03:00
fix: allow top level async\await
This commit is contained in:
parent
6086f60262
commit
1e399963a5
1 changed files with 1 additions and 0 deletions
|
@ -6,5 +6,6 @@ export default defineConfig({
|
|||
plugins: [react()],
|
||||
build: {
|
||||
outDir: "./dist",
|
||||
target: "esnext",
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue