aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-02-18 13:39:10 +0100
committerRoger Braun <roger@rogerbraun.net>2017-02-18 13:39:10 +0100
commit35fc1fa7bd5b566fe5a1219380a1d18d018c3562 (patch)
tree4b59246603d765bdf717ebcc97b9d216468f2482 /.babelrc
parent4e366f27a17f4f50282903b7190fb29452ee33dc (diff)
Add lodash transformation to save a few kbs.
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.babelrc b/.babelrc
index 41789cac..9fe4b349 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,5 +1,5 @@
{
"presets": ["es2015", "stage-2"],
- "plugins": ["transform-runtime"],
+ "plugins": ["transform-runtime", "lodash"],
"comments": false
}