Explorar el Código

Add some other paths to proxy bypass

master
Bettenbuk Zoltan hace 6 años
padre
commit
154200460d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      webpack.config.js

+ 2
- 1
webpack.config.js Ver fichero

@@ -176,7 +176,8 @@ module.exports = [
176 176
  */
177 177
 function devServerProxyBypass({ path }) {
178 178
     if (path.startsWith('/css/') || path.startsWith('/doc/')
179
-            || path.startsWith('/fonts/')) {
179
+            || path.startsWith('/fonts/') || path.startsWith('/images/')
180
+            || path.startsWith('/static/')) {
180 181
         return path;
181 182
     }
182 183
 

Loading…
Cancelar
Guardar