Bläddra i källkod

dev: don't proxy /lang/

master
Felix C. Stegerman 4 år sedan
förälder
incheckning
55051cc203
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      webpack.config.js

+ 1
- 0
webpack.config.js Visa fil

@@ -281,6 +281,7 @@ module.exports = [
281 281
 function devServerProxyBypass({ path }) {
282 282
     if (path.startsWith('/css/') || path.startsWith('/doc/')
283 283
             || path.startsWith('/fonts/') || path.startsWith('/images/')
284
+            || path.startsWith('/lang/')
284 285
             || path.startsWith('/sounds/')
285 286
             || path.startsWith('/static/')
286 287
             || path.endsWith('.wasm')) {

Laddar…
Avbryt
Spara