diff --git a/apps/files_sharing/js/dist/files_sharing_tab.js b/apps/files_sharing/js/dist/files_sharing_tab.js index 179ede0b7a20d8954bae45a7f507f1941efc79a6..e1bd0e2b4707ca38623c7785d32c4073a35c1a86 100644 Binary files a/apps/files_sharing/js/dist/files_sharing_tab.js and b/apps/files_sharing/js/dist/files_sharing_tab.js differ diff --git a/apps/files_sharing/js/dist/files_sharing_tab.js.map b/apps/files_sharing/js/dist/files_sharing_tab.js.map index 0a0fab4ce961b6ccc407d30f183449d4c2ccc4b4..39043aec782c774c7c4546358b00624aa64a6f96 100644 Binary files a/apps/files_sharing/js/dist/files_sharing_tab.js.map and b/apps/files_sharing/js/dist/files_sharing_tab.js.map differ diff --git a/webpack.common.js b/webpack.common.js index 4a8cf1d2a0fb012873d6888dd62bf47c654b0bf8..e37340973a8a66367811b585242d9f5214e24a76 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -83,7 +83,7 @@ module.exports = [] loader: 'babel-loader', // automatically detect necessary packages to // transpile in the node_modules folder - exclude: /node_modules(?!(\/|\\)(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)(\/|\\))/ }, {