diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-02-18 13:39:10 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-02-18 13:39:10 +0100 |
| commit | 35fc1fa7bd5b566fe5a1219380a1d18d018c3562 (patch) | |
| tree | 4b59246603d765bdf717ebcc97b9d216468f2482 /.babelrc | |
| parent | 4e366f27a17f4f50282903b7190fb29452ee33dc (diff) | |
Add lodash transformation to save a few kbs.
Diffstat (limited to '.babelrc')
| -rw-r--r-- | .babelrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ { "presets": ["es2015", "stage-2"], - "plugins": ["transform-runtime"], + "plugins": ["transform-runtime", "lodash"], "comments": false } |
