Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2019-01-09 09:20:56 +0300
committerMike Greiling <mike@pixelcog.com>2019-01-09 09:20:56 +0300
commit5d4c7b4f137bec6470c6ba63ff203dc89bbc387c (patch)
tree97c304cad3fa5bda6ecc0f15ba18e6047b491390 /.babelrc.js
parenteeb14253e006a6f768deb1938c405f139ef2a3a0 (diff)
Add support for addl stage-3 plugins
Diffstat (limited to '.babelrc.js')
-rw-r--r--.babelrc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/.babelrc.js b/.babelrc.js
index bfcc7d96634..1b05a67354e 100644
--- a/.babelrc.js
+++ b/.babelrc.js
@@ -18,6 +18,7 @@ const plugins = [
'@babel/plugin-syntax-import-meta',
'@babel/plugin-proposal-class-properties',
'@babel/plugin-proposal-json-strings',
+ '@babel/plugin-proposal-private-methods',
];
// add code coverage tooling if necessary