Add lodash transformation to save a few kbs.
This commit is contained in:
parent
4e366f27a1
commit
35fc1fa7bd
3 changed files with 202 additions and 218 deletions
2
.babelrc
2
.babelrc
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"presets": ["es2015", "stage-2"],
|
||||
"plugins": ["transform-runtime"],
|
||||
"plugins": ["transform-runtime", "lodash"],
|
||||
"comments": false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue