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,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…
Cancel
Save