From 66ce6a78f6203652c34bd0532b63c394d5394cc4 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 22 Jan 2020 00:08:47 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- babel.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'babel.config.js') diff --git a/babel.config.js b/babel.config.js index 91c58cf46bf..ca3baaeee59 100644 --- a/babel.config.js +++ b/babel.config.js @@ -22,6 +22,7 @@ const plugins = [ '@babel/plugin-proposal-json-strings', '@babel/plugin-proposal-private-methods', '@babel/plugin-proposal-optional-chaining', + 'lodash', ]; // add code coverage tooling if necessary -- cgit v1.2.3