浏览代码

ref: serve makefile libs locally

master
Bettenbuk Zoltan 5 年前
父节点
当前提交
0fff1c3534
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      webpack.config.js

+ 3
- 1
webpack.config.js 查看文件

@@ -310,5 +310,7 @@ function devServerProxyBypass({ path }) {
310 310
         return path;
311 311
     }
312 312
 
313
-    /* eslint-enable array-callback-return, indent */
313
+    if (path.startsWith('/libs/')) {
314
+        return path;
315
+    }
314 316
 }

正在加载...
取消
保存