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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2019-11-22 14:57:51 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2019-12-13 18:04:50 +0300
commitc6baf40fa1ca81f5dcd8ad5ae4ee5500de63a9e4 (patch)
tree760d7662ecaa1ae9890990ba94f3cf91059ee100 /webpack.common.js
parent8e81d703a2fc80165f84f7f8e2d477fe0e2495b9 (diff)
add flow operation, frontend part
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js
index e20bb387d..6e269b0f6 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -14,6 +14,7 @@ module.exports = {
'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'),
+ 'flow': path.join(__dirname, 'src', 'flow.js')
},
output: {
path: path.resolve(__dirname, './js'),