summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2019-03-05 10:07:16 +0100
committerLukas Eipert <leipert@gitlab.com>2019-03-05 15:15:06 +0100
commitb08f2407c19a0eb2c0cadbdf710ab6d56326d1d9 (patch)
tree08a1fcb84436aff3dfff608e34071a06d281adee /package.json
parent1caa760f5d2d0df1c29df6bf376ce1037785250f (diff)
downloadgitlab-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 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 251ab8789a5..45c95202531 100644
--- a/package.json
+++ b/package.json
@@ -134,6 +134,7 @@
"@vue/test-utils": "^1.0.0-beta.25",
"axios-mock-adapter": "^1.15.0",
"babel-jest": "^24.1.0",
+ "babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-istanbul": "^5.1.0",
"babel-plugin-rewire": "^1.2.0",
"chalk": "^2.4.1",