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 07:39:45 +0300
committerMike Greiling <mike@pixelcog.com>2018-04-23 08:54:19 +0300
commit8166a11c027d334d745a1f02a6c4b624114b4356 (patch)
tree34190cbf786f49beb2408f5b874740f0f2882695 /.babelrc
parentbc30eb379fac9aadcd1b017af231776587c38356 (diff)
update babel config
Diffstat (limited to '.babelrc')
-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": [
[