diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-03-28 23:39:45 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-04-23 00:54:19 -0500 |
commit | 8166a11c027d334d745a1f02a6c4b624114b4356 (patch) | |
tree | 34190cbf786f49beb2408f5b874740f0f2882695 /.babelrc | |
parent | bc30eb379fac9aadcd1b017af231776587c38356 (diff) | |
download | gitlab-ce-8166a11c027d334d745a1f02a6c4b624114b4356.tar.gz |
update babel config
Diffstat (limited to '.babelrc')
-rw-r--r-- | .babelrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ { "presets": [["latest", { "es2015": { "modules": false } }], "stage-2"], "env": { + "development": { + "plugins": ["rewire"] + }, "coverage": { "plugins": [ [ |