diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-03-28 16:42:17 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-04-23 00:54:19 -0500 |
commit | bc30eb379fac9aadcd1b017af231776587c38356 (patch) | |
tree | d0b6f476f41ebf3a9f5965944a64428ff520654f /.babelrc | |
parent | c212908aad9b32352653dfe9ca966f148c8dfc1a (diff) | |
download | gitlab-ce-bc30eb379fac9aadcd1b017af231776587c38356.tar.gz |
add babel-plugin-rewire to karma build
Diffstat (limited to '.babelrc')
-rw-r--r-- | .babelrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,8 @@ { "process.env.BABEL_ENV": "coverage" } - ] + ], + "rewire" ] } } |