summaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-10-31 10:13:32 +0100
committerJoas Schilling <coding@schilljs.com>2022-11-18 10:00:22 +0100
commit07b6e73b8543e5d7b91a480682941bb7e9883ba5 (patch)
treede1164fc33eb942db359bf39be1699f4348b0474 /webpack.config.js
parent94544748b1b8d4adeb5f1c07ec11e86ab6fa35d6 (diff)
Move to vue component DashboardWidget and DashboardWidgetItem
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 a542ded65..c834198f6 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -25,7 +25,6 @@ webpackConfig.output.assetModuleFilename = '[name][ext]?v=[contenthash]'
webpackRules.RULE_JS.exclude = BabelLoaderExcludeNodeModulesExcept([
'@nextcloud/vue-richtext',
'@nextcloud/event-bus',
- '@nextcloud/vue-dashboard',
'ansi-regex',
'color.js',
'fast-xml-parser',