diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-04-19 16:14:24 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-04-23 00:54:21 -0500 |
commit | 6180102fb0aede36d139c52c84691757ceec85f3 (patch) | |
tree | 879235234361ea5903df4938f7176f745d06eac8 /.babelrc | |
parent | 8fa0aeb880ab00174f0d7edf8945bb55066925f8 (diff) | |
download | gitlab-ce-6180102fb0aede36d139c52c84691757ceec85f3.tar.gz |
only apply rewire plugin when running karma tests
Diffstat (limited to '.babelrc')
-rw-r--r-- | .babelrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ { "presets": [["latest", { "es2015": { "modules": false } }], "stage-2"], "env": { - "development": { + "karma": { "plugins": ["rewire"] }, "coverage": { |