From 1581767ea15fcfa63919d39c0d3579da0a4de96e Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 15 Jul 2021 15:09:41 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- babel.config.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'babel.config.js') diff --git a/babel.config.js b/babel.config.js index 4dfca8f6144..d10de05258b 100644 --- a/babel.config.js +++ b/babel.config.js @@ -19,6 +19,10 @@ const plugins = [ '@babel/plugin-proposal-private-methods', // See: https://gitlab.com/gitlab-org/gitlab/-/issues/229146 '@babel/plugin-transform-arrow-functions', + // See: https://gitlab.com/gitlab-org/gitlab/-/issues/336216 + '@babel/plugin-proposal-optional-chaining', + // See: https://gitlab.com/gitlab-org/gitlab/-/issues/336216 + '@babel/plugin-proposal-nullish-coalescing-operator', 'lodash', ]; -- cgit v1.2.3