fix: update vite config

config aangepast zodat project kan gebuild worden met top-level awaits
This commit is contained in:
Timo De Meyst 2025-03-16 17:15:51 +01:00
parent c67baf216c
commit fbf53c3d36

View file

@ -12,4 +12,7 @@ export default defineConfig({
"@": fileURLToPath(new URL("./src", import.meta.url)),
},
},
build: {
target: 'esnext' //browsers can handle the latest ES features
},
});