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:
-rw-r--r--.babelrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.babelrc b/.babelrc
index 108e8676698..40989d2fc5a 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,6 +1,9 @@
{
"presets": [["latest", { "es2015": { "modules": false } }], "stage-2"],
"env": {
+ "development": {
+ "plugins": ["rewire"]
+ },
"coverage": {
"plugins": [
[