forked from Mirrors/gomuks
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({
|
export default defineConfig({
|
||||||
base: "./",
|
base: "./",
|
||||||
|
build: {
|
||||||
|
target: ["esnext", "firefox132"],
|
||||||
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
react(),
|
react(),
|
||||||
svgr({
|
svgr({
|
||||||
|
|
Loading…
Add table
Reference in a new issue