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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2020-07-16 15:24:14 +0300
committerGeorg Ehrke <developer@georgehrke.com>2020-07-22 16:55:59 +0300
commitb73aedb81ee563f27be8fe2187983c4a757c8ca7 (patch)
treef0d004110191c4e510b75ec0c952a1f2a352ecf0 /webpack.common.js
parentcda6fad1e86e663f1f94ac8a0d9b945eacdb30c9 (diff)
Bump @nextcloud/vue from 1.5.0 to 2.2.1
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 249647c3146..d03617d77d8 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -85,8 +85,7 @@ module.exports = []
loader: 'babel-loader',
// automatically detect necessary packages to
// transpile in the node_modules folder
- exclude: /node_modules(?!(\/|\\)(nextcloud-vue-collections|p-finally|p-limit|p-locate|p-queue|p-timeout|p-try)(\/|\\))/
-
+ exclude: /node_modules(?!(\/|\\)(nextcloud-vue-collections|p-finally|p-limit|p-locate|p-queue|p-timeout|p-try|toastify-js|v-tooltip)(\/|\\))/
},
{
test: /\.(png|jpg|gif)$/,