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:
authorJoas Schilling <coding@schilljs.com>2019-10-18 13:58:56 +0300
committerJoas Schilling <coding@schilljs.com>2019-10-18 14:14:10 +0300
commit5eb8df28a014428b598a722d6a265e9d6d1fe503 (patch)
tree73c7d1a5360559ff7d32bd935fdf3328b404d46c /webpack.common.js
parent5bddf8fb80e1310f272e727211419ab605291ad5 (diff)
Move collection integration to src/
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js
index cda4f88d7..210e88ed0 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -10,6 +10,8 @@ module.exports = {
'admin/signaling-server': path.join(__dirname, 'src', 'SignalingServerSettings.js'),
'admin/stun-server': path.join(__dirname, 'src', 'StunServerSettings.js'),
'admin/turn-server': path.join(__dirname, 'src', 'TurnServerSettings.js'),
+ 'collections': path.join(__dirname, 'src', 'collections.js'),
+ 'collectionsintegration': path.join(__dirname, 'src', 'collectionsintegration.js'),
'talk': path.join(__dirname, 'src', 'main.js')
},
output: {