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>2018-03-29 00:42:17 +0300
committerMike Greiling <mike@pixelcog.com>2018-04-23 08:54:19 +0300
commitbc30eb379fac9aadcd1b017af231776587c38356 (patch)
treed0b6f476f41ebf3a9f5965944a64428ff520654f /.babelrc
parentc212908aad9b32352653dfe9ca966f148c8dfc1a (diff)
add babel-plugin-rewire to karma build
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.babelrc b/.babelrc
index 8cf07b73420..108e8676698 100644
--- a/.babelrc
+++ b/.babelrc
@@ -14,7 +14,8 @@
{
"process.env.BABEL_ENV": "coverage"
}
- ]
+ ],
+ "rewire"
]
}
}