diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-22 00:08:47 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-22 00:08:47 +0000 |
commit | 66ce6a78f6203652c34bd0532b63c394d5394cc4 (patch) | |
tree | 67408e003b1c4136bb8e35c1e9ac049563c1f1d5 /babel.config.js | |
parent | 1c23b3f1315ba1da3c3765acd34feb5c05bc7704 (diff) | |
download | gitlab-ce-66ce6a78f6203652c34bd0532b63c394d5394cc4.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'babel.config.js')
-rw-r--r-- | babel.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
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 |