ref: serve makefile libs locally

This commit is contained in:
Bettenbuk Zoltan 2019-10-09 10:27:45 +02:00 committed by Zoltan Bettenbuk
parent 42271b1b89
commit 0fff1c3534
1 changed files with 3 additions and 1 deletions

View File

@ -310,5 +310,7 @@ function devServerProxyBypass({ path }) {
return path;
}
/* eslint-enable array-callback-return, indent */
if (path.startsWith('/libs/')) {
return path;
}
}