diff options
author | Lukas Eipert <leipert@gitlab.com> | 2019-03-05 10:07:16 +0100 |
---|---|---|
committer | Lukas Eipert <leipert@gitlab.com> | 2019-03-05 15:15:06 +0100 |
commit | b08f2407c19a0eb2c0cadbdf710ab6d56326d1d9 (patch) | |
tree | 08a1fcb84436aff3dfff608e34071a06d281adee /yarn.lock | |
parent | 1caa760f5d2d0df1c29df6bf376ce1037785250f (diff) | |
download | gitlab-ce-b08f2407c19a0eb2c0cadbdf710ab6d56326d1d9.tar.gz |
Re-add babel plugins for dynamic imports
With https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25597 we
also removed the babel-plugin-dynamic-import-node. It is now throwing
errors when we run jest with coverage.
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/yarn.lock b/yarn.lock index 332bb550e17..cb3ab9d9524 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1466,6 +1466,13 @@ babel-loader@^8.0.5: mkdirp "^0.5.1" util.promisify "^1.0.0" +babel-plugin-dynamic-import-node@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.2.0.tgz#c0adfb07d95f4a4495e9aaac6ec386c4d7c2524e" + integrity sha512-fP899ELUnTaBcIzmrW7nniyqqdYWrWuJUyPWHxFa/c7r7hS6KC8FscNfLlBNIoPSc55kYMGEEKjPjJGCLbE1qA== + dependencies: + object.assign "^4.1.0" + babel-plugin-istanbul@^5.1.0: version "5.1.0" resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-5.1.0.tgz#6892f529eff65a3e2d33d87dc5888ffa2ecd4a30" |