ref: serve makefile libs locally

pull/4729/head jitsi-meet_4028
Bettenbuk Zoltan 6 years ago committed by Zoltan Bettenbuk
parent 42271b1b89
commit 0fff1c3534
  1. 4
      webpack.config.js

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

Loading…
Cancel
Save