Browse Source

dev: don't proxy /lang/

master
Felix C. Stegerman 4 years ago
parent
commit
55051cc203
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      webpack.config.js

+ 1
- 0
webpack.config.js View File

281
 function devServerProxyBypass({ path }) {
281
 function devServerProxyBypass({ path }) {
282
     if (path.startsWith('/css/') || path.startsWith('/doc/')
282
     if (path.startsWith('/css/') || path.startsWith('/doc/')
283
             || path.startsWith('/fonts/') || path.startsWith('/images/')
283
             || path.startsWith('/fonts/') || path.startsWith('/images/')
284
+            || path.startsWith('/lang/')
284
             || path.startsWith('/sounds/')
285
             || path.startsWith('/sounds/')
285
             || path.startsWith('/static/')
286
             || path.startsWith('/static/')
286
             || path.endsWith('.wasm')) {
287
             || path.endsWith('.wasm')) {

Loading…
Cancel
Save