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.
Showing
... | @@ -134,6 +134,7 @@ | ... | @@ -134,6 +134,7 @@ |
"@vue/test-utils": "^1.0.0-beta.25", | "@vue/test-utils": "^1.0.0-beta.25", | ||
"axios-mock-adapter": "^1.15.0", | "axios-mock-adapter": "^1.15.0", | ||
"babel-jest": "^24.1.0", | "babel-jest": "^24.1.0", | ||
"babel-plugin-dynamic-import-node": "^2.2.0", | |||
"babel-plugin-istanbul": "^5.1.0", | "babel-plugin-istanbul": "^5.1.0", | ||
"babel-plugin-rewire": "^1.2.0", | "babel-plugin-rewire": "^1.2.0", | ||
"chalk": "^2.4.1", | "chalk": "^2.4.1", | ||
... | ... |
Please register or sign in to comment