mirror of
https://github.com/artegoser/AnoPaper.git
synced 2024-12-04 09:16:21 +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()],
|
plugins: [react()],
|
||||||
build: {
|
build: {
|
||||||
outDir: "./dist",
|
outDir: "./dist",
|
||||||
|
target: "esnext",
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue