mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
fix: 解决打包后无法发送请求的bug
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
export const OUTPUT_DIR = 'dist';
|
||||
// 打包路径
|
||||
export const OUTPUT_DIR = 'dist'
|
||||
|
||||
// chunk 警告大小
|
||||
export const chunkSizeWarningLimit = 2000
|
||||
|
||||
Reference in New Issue
Block a user