diff options
author | Georg Ehrke <developer@georgehrke.com> | 2020-07-16 14:24:14 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2020-07-22 15:55:59 +0200 |
commit | b73aedb81ee563f27be8fe2187983c4a757c8ca7 (patch) | |
tree | f0d004110191c4e510b75ec0c952a1f2a352ecf0 /webpack.common.js | |
parent | cda6fad1e86e663f1f94ac8a0d9b945eacdb30c9 (diff) | |
download | nextcloud-server-b73aedb81ee563f27be8fe2187983c4a757c8ca7.tar.gz nextcloud-server-b73aedb81ee563f27be8fe2187983c4a757c8ca7.zip |
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.js | 3 |
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)$/, |