diff options
author | Grigorii K. Shartsev <me@shgk.me> | 2023-10-02 19:04:42 +0200 |
---|---|---|
committer | Grigorii K. Shartsev <me@shgk.me> | 2023-10-02 19:04:42 +0200 |
commit | d9c9b12d22c684611678728f50054a6823a45ebc (patch) | |
tree | f65035e9821c4d7c0cd457ae4191315ef303fdbc /webpack.common.js | |
parent | cd1d980fbdda9f9fd9ff03413f6c8b6d13c5c730 (diff) | |
download | nextcloud-server-d9c9b12d22c684611678728f50054a6823a45ebc.tar.gz nextcloud-server-d9c9b12d22c684611678728f50054a6823a45ebc.zip |
chore(deps): remove @nextcloud/vue-dashboard
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Diffstat (limited to 'webpack.common.js')
-rw-r--r-- | webpack.common.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js index 7638d579fcc..545a6d1b950 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -109,7 +109,6 @@ module.exports = { exclude: BabelLoaderExcludeNodeModulesExcept([ '@nextcloud/dialogs', '@nextcloud/event-bus', - '@nextcloud/vue-dashboard', 'davclient.js', 'nextcloud-vue-collections', 'p-finally', |