summaryrefslogtreecommitdiff
path: root/babel.config.js
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-07-15 15:09:41 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-15 15:09:41 +0000
commit1581767ea15fcfa63919d39c0d3579da0a4de96e (patch)
tree4df66765670360645ffc77a9e402092ab52c14f5 /babel.config.js
parent01d2d6c8695d03440d68b262806f709b57da63b4 (diff)
downloadgitlab-ce-1581767ea15fcfa63919d39c0d3579da0a4de96e.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js4
1 files changed, 4 insertions, 0 deletions
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',
];