Reformat config file
This commit is contained in:
parent
c285c76096
commit
897133f8de
@ -1,10 +1,10 @@
|
||||
// vite.config.js
|
||||
import { defineConfig } from 'vite'
|
||||
import { defineConfig } from "vite";
|
||||
|
||||
export default defineConfig({
|
||||
base: '',
|
||||
base: "",
|
||||
minify: false,
|
||||
build: {
|
||||
target: "esnext"
|
||||
}
|
||||
})
|
||||
target: "esnext",
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user