summaryrefslogtreecommitdiffstats
path: root/webpack.common.config.js
diff options
context:
space:
mode:
authorMaksim Sukharev <antreesy.web@gmail.com>2023-07-14 12:26:39 +0200
committerMaksim Sukharev <antreesy.web@gmail.com>2023-07-14 12:26:39 +0200
commitd3e1037f824c83cceabb897c7782d2620215199d (patch)
treeb381c85fc5bfd9a92b2292b7e7ce83b7359bc5f3 /webpack.common.config.js
parentfaba98d406731175a724bc371ea6f121b784a171 (diff)
remove unused dependencies
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Diffstat (limited to 'webpack.common.config.js')
-rw-r--r--webpack.common.config.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/webpack.common.config.js b/webpack.common.config.js
index 3a34b0ced..0c7b32448 100644
--- a/webpack.common.config.js
+++ b/webpack.common.config.js
@@ -27,14 +27,12 @@ const nextcloudWebpackRules = require('@nextcloud/webpack-vue-config/rules')
nextcloudWebpackRules.RULE_JS.exclude = BabelLoaderExcludeNodeModulesExcept([
'@nextcloud/event-bus',
'ansi-regex',
- 'color.js',
'fast-xml-parser',
'hot-patcher',
'nextcloud-vue-collections',
'semver',
'strip-ansi',
'tributejs',
- 'vue-resize',
'webdav',
])