feat: 修复打包问题
This commit is contained in:
@@ -18,7 +18,7 @@ import autoprefixer from "autoprefixer";
|
||||
export default defineConfig(({ mode }) => {
|
||||
const env = loadEnv(mode, process.cwd());
|
||||
return {
|
||||
base: "/",
|
||||
base: "./",
|
||||
plugins: [
|
||||
react(),
|
||||
legacy({
|
||||
|
Reference in New Issue
Block a user