diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-12-10 18:10:35 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-12-10 18:10:35 +0100 |
commit | 1cac14ff10207336b4f13e4d0ade8c133fc445fe (patch) | |
tree | dc58cebab88a11fd19d5026de02937546baad8bb /webpack.common.js | |
parent | 5aacb43411a345ed466c640ce4d4ca854b38b32c (diff) | |
download | nextcloud-server-1cac14ff10207336b4f13e4d0ade8c133fc445fe.tar.gz nextcloud-server-1cac14ff10207336b4f13e4d0ade8c133fc445fe.zip |
Transpile the nextcloud-vue-collection package
It should support the same browsers as this component, but there seems
to be a regression [1] that breaks the transpilation. Hence including
the package here for the Babel transformation.
[1] https://github.com/juliushaertl/nextcloud-vue-collections/issues/302
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'webpack.common.js')
-rw-r--r-- | webpack.common.js | 2 |
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)(\/|\\))/ }, { |