web: set proper vite build target

This commit is contained in:
Tulir Asokan 2024-10-24 01:41:27 +03:00
parent abc5327041
commit d31b0905ed

View file

@ -4,6 +4,9 @@ import svgr from "vite-plugin-svgr"
export default defineConfig({
base: "./",
build: {
target: ["esnext", "firefox132"],
},
plugins: [
react(),
svgr({