Sfoglia il codice sorgente

dev: don't proxy /lang/

master
Felix C. Stegerman 4 anni fa
parent
commit
55051cc203
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      webpack.config.js

+ 1
- 0
webpack.config.js Vedi File

@@ -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')) {

Loading…
Annulla
Salva