aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.modules.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.modules.js')
-rw-r--r--webpack.modules.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/webpack.modules.js b/webpack.modules.js
index 1f29707611b..3677fbf40f0 100644
--- a/webpack.modules.js
+++ b/webpack.modules.js
@@ -10,6 +10,9 @@ module.exports = {
'comments-tab': path.join(__dirname, 'apps/comments/src', 'comments-tab.js'),
init: path.join(__dirname, 'apps/comments/src', 'init.ts'),
},
+ contactsinteraction: {
+ 'settings-personal': path.join(__dirname, 'apps/contactsinteraction/src', 'Settings.js'),
+ },
core: {
'ajax-cron': path.join(__dirname, 'core/src', 'ajax-cron.ts'),
files_client: path.join(__dirname, 'core/src', 'files/client.js'),