diff --git a/app/vite.config.js b/app/vite.config.js index 9b66e32..d031e01 100644 --- a/app/vite.config.js +++ b/app/vite.config.js @@ -14,6 +14,10 @@ export default defineConfig(() => { }, build: { outDir: "build", + target: "es2020" + }, + esbuild: { + target: "es2020" }, resolve: { alias: {