From d31b0905edcd01c1d583d517f7664492a0998eea Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 24 Oct 2024 01:41:27 +0300 Subject: [PATCH] web: set proper vite build target --- web/vite.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/vite.config.ts b/web/vite.config.ts index 82e3873..072131a 100644 --- a/web/vite.config.ts +++ b/web/vite.config.ts @@ -4,6 +4,9 @@ import svgr from "vite-plugin-svgr" export default defineConfig({ base: "./", + build: { + target: ["esnext", "firefox132"], + }, plugins: [ react(), svgr({