Add lodash transformation to save a few kbs.

This commit is contained in:
Roger Braun 2017-02-18 13:39:10 +01:00
parent 4e366f27a1
commit 35fc1fa7bd
3 changed files with 202 additions and 218 deletions

View file

@ -1,5 +1,5 @@
{
"presets": ["es2015", "stage-2"],
"plugins": ["transform-runtime"],
"plugins": ["transform-runtime", "lodash"],
"comments": false
}