dev: don't proxy /lang/

This commit is contained in:
Felix C. Stegerman 2020-05-19 11:58:21 +02:00 committed by GitHub
parent 4975f15345
commit 55051cc203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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