aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.common.js
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2019-12-10 19:44:53 +0100
committerGitHub <noreply@github.com>2019-12-10 19:44:53 +0100
commitda571c915eb5a47dacc88ec2210a714c746eec3b (patch)
treedc58cebab88a11fd19d5026de02937546baad8bb /webpack.common.js
parent5aacb43411a345ed466c640ce4d4ca854b38b32c (diff)
parent1cac14ff10207336b4f13e4d0ade8c133fc445fe (diff)
downloadnextcloud-server-da571c915eb5a47dacc88ec2210a714c746eec3b.tar.gz
nextcloud-server-da571c915eb5a47dacc88ec2210a714c746eec3b.zip
Merge pull request #18338 from nextcloud/fix/nextcloud-vue-collections-transpilation
Transpile the nextcloud-vue-collection package
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 4a8cf1d2a0f..e37340973a8 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)(\/|\\))/
},
{