添加上传图片

This commit is contained in:
2025-06-15 21:53:50 +08:00
parent 4556eb71d8
commit 4caa3b061a
7 changed files with 63 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ export default defineConfig({
},
},
output: {
polyfill: "usage"
polyfill: "usage",
},
tools: {
rspack: {
@@ -26,6 +26,14 @@ export default defineConfig({
],
},
},
server: {
proxy: {
"/media": {
target: process.env.WEB_URL,
changeOrigin: true,
},
},
},
performance: {
chunkSplit: {
strategy: "split-by-experience",