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 /package.json
parenteeb14253e006a6f768deb1938c405f139ef2a3a0 (diff)
Add support for addl stage-3 plugins
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 5d33952f9b5..d88af038899 100644
--- a/package.json
+++ b/package.json
@@ -22,6 +22,7 @@
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-json-strings": "^7.2.0",
+ "@babel/plugin-proposal-private-methods": "^7.2.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/preset-env": "^7.2.3",