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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-09-21 23:13:26 +0300
committerdartcafe <github@dartcafe.de>2022-09-21 23:13:26 +0300
commitbb1ae6bf2e592b96082dbb8365eb3a4e3e22f8b5 (patch)
tree7437f4def74bb8161937189166ff72063f4913ab /webpack.config.js
parentc55935498f3c72b6ef9433a80d09f489cec181e2 (diff)
removed deprecated collections aka projects
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 59b1e064..34dbcb7c 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -4,7 +4,6 @@ const webpackRules = require('@nextcloud/webpack-vue-config/rules')
webpackConfig.entry = {
main: path.join(__dirname, 'src/js/', 'main.js'),
- collections: path.join(__dirname, 'src/js/', 'collections.js'),
userSettings: path.join(__dirname, 'src/js/', 'userSettings.js'),
adminSettings: path.join(__dirname, 'src/js/', 'adminSettings.js'),
}