summaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-03-28 23:39:45 -0500
committerMike Greiling <mike@pixelcog.com>2018-04-23 00:54:19 -0500
commit8166a11c027d334d745a1f02a6c4b624114b4356 (patch)
tree34190cbf786f49beb2408f5b874740f0f2882695 /.babelrc
parentbc30eb379fac9aadcd1b017af231776587c38356 (diff)
downloadgitlab-ce-8166a11c027d334d745a1f02a6c4b624114b4356.tar.gz
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": [
[