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
|
|
|
{
|
2018-11-01 19:16:16 +00:00
|
|
|
"presets": [
|
|
|
|
"@babel/preset-env"
|
|
|
|
],
|
2016-07-05 18:38:18 +00:00
|
|
|
"plugins": [
|
2018-11-01 19:16:16 +00:00
|
|
|
"@babel/plugin-syntax-object-rest-spread",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread"
|
2016-07-05 18:38:18 +00:00
|
|
|
]
|
2016-07-03 22:07:47 +00:00
|
|
|
}
|