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:
authorJulius Härtl <jus@bitgrid.net>2020-07-09 18:09:47 +0300
committerJulius Härtl <jus@bitgrid.net>2020-08-07 15:59:33 +0300
commit57c5bda94f597f3cfce015172ef8f55a520037dd (patch)
tree5c710fe1f9a2782d02948f0a403904b265f83fe7 /webpack.common.js
parent1a1ba668351fe95e70b5d8842057e30cb6cbfc3a (diff)
Implement a talk dashboard panel
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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 1c7e14db8..d86608e0e 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -13,6 +13,7 @@ module.exports = {
'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'),
+ 'dashboard': path.join(__dirname, 'src', 'dashboard.js'),
},
output: {
path: path.resolve(__dirname, './js'),