fix: 解决打包后无法发送请求的bug

This commit is contained in:
奔跑的面条
2022-05-28 00:32:32 +08:00
parent 7a57d944c8
commit bfe5039a1c
3 changed files with 12 additions and 10 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
export const OUTPUT_DIR = 'dist';
// 打包路径
export const OUTPUT_DIR = 'dist'
// chunk 警告大小
export const chunkSizeWarningLimit = 2000