Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.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-13 10:02:29 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-08-10 19:20:22 +0300
commite7ab9f296cc2008b9608d29d83b3909f627e7629 (patch)
treebf2486ab1b1bbe9446f9a25b3d1adbfb4c40fc4b /webpack.common.js
parent1530f48e5a2313e5e26e47c48c4d2229d1a5f2f7 (diff)
Implement 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 e913702c7..f3d0a0c5e 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -20,6 +20,7 @@ if (process.env.BUNDLE_ANALYZER_TOKEN) {
module.exports = {
entry: {
autoredirect: path.join(__dirname, 'src/autoredirect.js'),
+ dashboard: path.join(__dirname, 'src/main-dashboard.js'),
mail: path.join(__dirname, 'src/main.js'),
settings: path.join(__dirname, 'src/main-settings')
},