diff options
author | Akshit Kr Nagpal <akshitkrnagpal@gmail.com> | 2018-05-22 00:47:24 +0530 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2018-05-21 21:17:24 +0200 |
commit | cfcab5e00784598ee7121c190fda48886876d963 (patch) | |
tree | e071c6d6bc72a7d05f57e2ce1e8506be0d06fa4f /main.js | |
parent | 304f5efe3d441d4250e7ef3d8ed0f4df665c5b53 (diff) |
Configured React using Webpack with current functionality (#28)
Diffstat (limited to 'main.js')
-rw-r--r-- | main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }); |