Kaynağa Gözat

ref: serve makefile libs locally

master
Bettenbuk Zoltan 5 yıl önce
ebeveyn
işleme
0fff1c3534
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3
    1
      webpack.config.js

+ 3
- 1
webpack.config.js Dosyayı Görüntüle

@@ -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
 }

Loading…
İptal
Kaydet