Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2019-12-23 19:02:36 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2020-01-09 23:45:22 +0300
commit397bbd550069ae561675f237324e85863b42bbdd (patch)
treefd9d21c0514be99455921f072e85ee61762889df /webpack.common.js
parentc3a7f1b8d7525348df1d0460dd5f6432e13c28d6 (diff)
Generalize names to encompass both the chat tab and the call view
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 958f533c0..fa0af8937 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -12,8 +12,8 @@ module.exports = {
'admin/turn-server': path.join(__dirname, 'src', 'TurnServerSettings.js'),
'collections': path.join(__dirname, 'src', 'collections.js'),
'talk': path.join(__dirname, 'src', 'main.js'),
- 'talk-chat-tab': path.join(__dirname, 'src', 'mainChatTab.js'),
- 'files-sidebar-tab': path.join(__dirname, 'src', 'mainSidebarTab.js'),
+ 'talk-files-sidebar': path.join(__dirname, 'src', 'mainFilesSidebar.js'),
+ 'talk-files-sidebar-loader': path.join(__dirname, 'src', 'mainFilesSidebarLoader.js'),
'flow': path.join(__dirname, 'src', 'flow.js')
},
output: {