update vite.config.js
This commit is contained in:
parent
a5c8a36031
commit
7d4b0c6c1e
|
@ -35,7 +35,7 @@ export default defineConfig(({ mode, command }) => {
|
|||
changeOrigin: true,
|
||||
rewrite: (p) => p.replace(/^\/dev-api/, '')
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
//fix:error:stdin>:7356:1: warning: "@charset" must be the first rule in the file
|
||||
css: {
|
||||
|
@ -51,8 +51,8 @@ export default defineConfig(({ mode, command }) => {
|
|||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
},
|
||||
},
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue