aboutsummaryrefslogtreecommitdiff
path: root/main.js
diff options
context:
space:
mode:
authorAkshit Kr Nagpal <akshitkrnagpal@gmail.com>2018-05-22 00:47:24 +0530
committerSaúl Ibarra Corretgé <s@saghul.net>2018-05-21 21:17:24 +0200
commitcfcab5e00784598ee7121c190fda48886876d963 (patch)
treee071c6d6bc72a7d05f57e2ce1e8506be0d06fa4f /main.js
parent304f5efe3d441d4250e7ef3d8ed0f4df665c5b53 (diff)
Configured React using Webpack with current functionality (#28)
Diffstat (limited to 'main.js')
-rw-r--r--main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.js b/main.js
index 6677520..a48be4e 100644
--- a/main.js
+++ b/main.js
@@ -15,7 +15,7 @@ const URL = require('url');
* URL for index.html which will be our entry point.
*/
const indexURL = URL.format({
- pathname: path.join(__dirname, 'windows', 'jitsi-meet', 'index.html'),
+ pathname: path.resolve(__dirname, './build/index.html'),
protocol: 'file:',
slashes: true
});