mirror of
https://github.com/wmn1525/grasscutterTools.git
synced 2024-11-22 07:08:15 +00:00
16 lines
497 B
Plaintext
16 lines
497 B
Plaintext
|
# 测试环境
|
|||
|
NODE_ENV = production
|
|||
|
|
|||
|
# 页面标题
|
|||
|
VITE_APP_TITLE = fast-vue3
|
|||
|
# 接口请求地址,会设置到 axios 的 baseURL 参数上
|
|||
|
VITE_APP_API_BASEURL = /
|
|||
|
# 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空
|
|||
|
VITE_APP_DEBUG_TOOL = vconsole
|
|||
|
|
|||
|
# 是否在打包时生成 sourcemap
|
|||
|
VITE_BUILD_SOURCEMAP = true
|
|||
|
# 是否在打包时删除 console 代码
|
|||
|
VITE_BUILD_DROP_CONSOLE = true
|
|||
|
# 是否在打包时开启压缩,支持 gzip 和 brotli
|
|||
|
VITE_BUILD_COMPRESS =
|