This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
2016-07-03 22:07:47 +00:00
|
|
|
{
|
2017-10-06 23:13:37 +00:00
|
|
|
"presets": ["env"],
|
2016-07-05 18:38:18 +00:00
|
|
|
"plugins": [
|
|
|
|
"syntax-object-rest-spread",
|
|
|
|
"transform-object-rest-spread"
|
|
|
|
]
|
2016-07-03 22:07:47 +00:00
|
|
|
}
|