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>2020-01-15 06:21:03 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2020-01-16 20:33:38 +0300
commitaae3c5be2429a09f0917458266fcd344616e4765 (patch)
tree289802791c7e12113702ecb8f66df157edbb12f4 /webpack.common.js
parentd809fc7bf074e3add158baebcf53328b6f507228 (diff)
Add dummy Talk sidebar to public share page
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
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 62ce7c36a..0881a2a85 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -15,6 +15,7 @@ module.exports = {
'talk-files-sidebar': path.join(__dirname, 'src', 'mainFilesSidebar.js'),
'talk-files-sidebar-loader': path.join(__dirname, 'src', 'mainFilesSidebarLoader.js'),
'talk-public-share-auth-sidebar': path.join(__dirname, 'src', 'mainPublicShareAuthSidebar.js'),
+ 'talk-public-share-sidebar': path.join(__dirname, 'src', 'mainPublicShareSidebar.js'),
'flow': path.join(__dirname, 'src', 'flow.js')
},
output: {