fix: update vite config
config aangepast zodat project kan gebuild worden met top-level awaits
This commit is contained in:
parent
c67baf216c
commit
fbf53c3d36
1 changed files with 3 additions and 0 deletions
|
@ -12,4 +12,7 @@ export default defineConfig({
|
|||
"@": fileURLToPath(new URL("./src", import.meta.url)),
|
||||
},
|
||||
},
|
||||
build: {
|
||||
target: 'esnext' //browsers can handle the latest ES features
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue