diff options
author | Mike Greiling <mike@pixelcog.com> | 2019-01-09 00:20:56 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2019-01-09 00:20:56 -0600 |
commit | 5d4c7b4f137bec6470c6ba63ff203dc89bbc387c (patch) | |
tree | 97c304cad3fa5bda6ecc0f15ba18e6047b491390 /.babelrc.js | |
parent | eeb14253e006a6f768deb1938c405f139ef2a3a0 (diff) | |
download | gitlab-ce-5d4c7b4f137bec6470c6ba63ff203dc89bbc387c.tar.gz |
Add support for addl stage-3 plugins
Diffstat (limited to '.babelrc.js')
-rw-r--r-- | .babelrc.js | 1 |
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 |