aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.modules.js
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2023-12-13 11:33:13 +0100
committerGitHub <noreply@github.com>2023-12-13 11:33:13 +0100
commit11e27acf2c16f1652ade6e84e87de655fb8c33c8 (patch)
tree74d5e9b4a1823300d7f501d8610d5234a8d7e663 /webpack.modules.js
parent6077f26d9c4eca4812983fd94b061dd6ae6c9f7e (diff)
parent529dcc3f23d5e0ba57e1c4771955e94c1e06ec24 (diff)
downloadnextcloud-server-11e27acf2c16f1652ade6e84e87de655fb8c33c8.tar.gz
nextcloud-server-11e27acf2c16f1652ade6e84e87de655fb8c33c8.zip
Merge pull request #42174 from nextcloud/chore/comments-cleanup-dead-code
chore(comments): Drop dead code from comments app
Diffstat (limited to 'webpack.modules.js')
-rw-r--r--webpack.modules.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.modules.js b/webpack.modules.js
index e0913a4483f..8285271bae5 100644
--- a/webpack.modules.js
+++ b/webpack.modules.js
@@ -23,7 +23,6 @@ const path = require('path')
module.exports = {
comments: {
- comments: path.join(__dirname, 'apps/comments/src', 'comments.js'),
'comments-app': path.join(__dirname, 'apps/comments/src', 'comments-app.js'),
'comments-tab': path.join(__dirname, 'apps/comments/src', 'comments-tab.js'),
init: path.join(__dirname, 'apps/comments/src', 'init.ts'),