dev: use alpha as the default proxy target
This commit is contained in:
parent
be5dba7eea
commit
40a1af5302
@ -8,7 +8,7 @@ const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
|
|||||||
* development with webpack-dev-server.
|
* development with webpack-dev-server.
|
||||||
*/
|
*/
|
||||||
const devServerProxyTarget
|
const devServerProxyTarget
|
||||||
= process.env.WEBPACK_DEV_SERVER_PROXY_TARGET || 'https://beta.meet.jit.si';
|
= process.env.WEBPACK_DEV_SERVER_PROXY_TARGET || 'https://alpha.jitsi.net';
|
||||||
|
|
||||||
const analyzeBundle = process.argv.indexOf('--analyze-bundle') !== -1;
|
const analyzeBundle = process.argv.indexOf('--analyze-bundle') !== -1;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user