1
0
Fork 0
forked from Mirrors/gomuks

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({ export default defineConfig({
base: "./", base: "./",
build: {
target: ["esnext", "firefox132"],
},
plugins: [ plugins: [
react(), react(),
svgr({ svgr({