Przeglądaj źródła

ref: serve makefile libs locally

master
Bettenbuk Zoltan 5 lat temu
rodzic
commit
0fff1c3534
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3
    1
      webpack.config.js

+ 3
- 1
webpack.config.js Wyświetl plik

310
         return path;
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
 }

Ładowanie…
Anuluj
Zapisz