mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
web: set proper vite build target
This commit is contained in:
parent
abc5327041
commit
d31b0905ed
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ import svgr from "vite-plugin-svgr"
|
|||
|
||||
export default defineConfig({
|
||||
base: "./",
|
||||
build: {
|
||||
target: ["esnext", "firefox132"],
|
||||
},
|
||||
plugins: [
|
||||
react(),
|
||||
svgr({
|
||||
|
|
Loading…
Add table
Reference in a new issue