diff options
author | Louis Chemineau <louis@chmn.me> | 2021-09-23 10:52:18 +0200 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2021-09-23 10:52:26 +0200 |
commit | ef50a4e7f59455838ad8e12ace261280b123fe0b (patch) | |
tree | 070fa092b670a1f5707282be2a065846727d25a5 /webpack.common.js | |
parent | c0869fd76cc560ac081e4adcf52b02bc2a8ca6dc (diff) | |
download | nextcloud-server-ef50a4e7f59455838ad8e12ace261280b123fe0b.tar.gz nextcloud-server-ef50a4e7f59455838ad8e12ace261280b123fe0b.zip |
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.js | 1 |
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', ]), }, { |