summaryrefslogtreecommitdiffstats
path: root/webpack.common.js
diff options
context:
space:
mode:
authorJulien Veyssier <eneiluj@posteo.net>2020-12-14 14:36:10 +0100
committerCarl Schwan <carl@carlschwan.eu>2022-09-14 14:46:44 +0200
commit0915e4e1013c12a30372c713c2fe057acc119991 (patch)
tree0afc173bba929a3b62dc37c6340ee1cb83346f41 /webpack.common.js
parent3d439139d2b0a7561402bd9dd8a76e72ad3cbfc6 (diff)
add dashboard widget, only handling internal 'Follow' subtypes for the moment
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/webpack.common.js b/webpack.common.js
index d432a44c..132c04a3 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -8,6 +8,5 @@ webpackConfig.entry = {
social: path.join(__dirname, 'src', 'main.js'),
ostatus: path.join(__dirname, 'src', 'ostatus.js'),
profilePage: path.join(__dirname, 'src', 'profile.js'),
+ dashboard: path.join(__dirname, 'src', 'dashboard.js'),
}
-
-module.exports = webpackConfig