Merge remote-tracking branch 'origin/dev' into feat/pagina-om-leerpaden-te-bekijken-#41

This commit is contained in:
Gerald Schmittinger 2025-04-01 14:59:59 +02:00
commit b2e6b33716
3 changed files with 102 additions and 0 deletions

View file

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