From 905c1110b08f93a19661cf42a276c7ea90d0a0ff Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 22 Oct 2019 11:31:16 +0000 Subject: Add latest changes from gitlab-org/gitlab@12-4-stable-ee --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'babel.config.js') diff --git a/babel.config.js b/babel.config.js index 05554e8763e..79c401ed975 100644 --- a/babel.config.js +++ b/babel.config.js @@ -44,7 +44,7 @@ if (isJest) { plugins.push('@babel/plugin-transform-modules-commonjs'); /* without the following, babel-plugin-istanbul throws an error: - https://gitlab.com/gitlab-org/gitlab-ce/issues/58390 + https://gitlab.com/gitlab-org/gitlab-foss/issues/58390 */ plugins.push('babel-plugin-dynamic-import-node'); } -- cgit v1.2.3