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:
authorLouis Chemineau <louis@chmn.me>2021-09-23 11:52:18 +0300
committerLouis Chemineau <louis@chmn.me>2021-09-23 11:52:26 +0300
commitef50a4e7f59455838ad8e12ace261280b123fe0b (patch)
tree070fa092b670a1f5707282be2a065846727d25a5 /webpack.common.js
parentc0869fd76cc560ac081e4adcf52b02bc2a8ca6dc (diff)
Include yocto-queue to the excluded modules for babel
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js
index b140eef8960..97ece513eac 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -98,6 +98,7 @@ module.exports = []
'striptags',
'toastify-js',
'v-tooltip',
+ 'yocto-queue',
]),
},
{