Commit 1e739b8d by zhangxingmin

push

parent 15e2e193
......@@ -6,6 +6,3 @@ VITE_APP_ENV = 'production'
# 若依管理系统/生产环境
VITE_APP_BASE_API = '/api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip
......@@ -9,6 +9,7 @@
"dev": "vite",
"build": "vite build",
"build:dev": "vite build --mode=development",
"build:prod": "vite build --mode=production",
"preview": "vite preview",
"report": "npm run build --report"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment