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-11-05 16:33:25 +0300
committerJoas Schilling <coding@schilljs.com>2019-11-05 16:56:34 +0300
commit5475685bb0ba1f136ed10c5d117df405c5c04f10 (patch)
tree4fe74128d98b4b556cff564ab13311ebe7ff401d /webpack.common.js
parent5a54f93a4dea4b46717f8d0659157f89ec7c8c07 (diff)
Add the projects sidebar
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 210e88ed0..2f3a5f470 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -11,7 +11,6 @@ module.exports = {
'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: {