diff --git a/env/.env.development b/env/.env.development index ac1b65b..615d4a4 100644 --- a/env/.env.development +++ b/env/.env.development @@ -3,7 +3,7 @@ NODE_ENV = 'development' # 是否去除console 和 debugger VITE_DELETE_CONSOLE = false # 是否开启sourcemap -VITE_SHOW_SOURCEMAP = false +VITE_SHOW_SOURCEMAP = true # 后台请求地址 # VITE_SERVER_BASEURL = 'https://dev.xxx.com'