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.
victor-hugo/.babelrc

8 lines
113 B
Plaintext
Raw Normal View History

2016-07-03 22:07:47 +00:00
{
"presets": ["env"],
"plugins": [
"syntax-object-rest-spread",
"transform-object-rest-spread"
]
2016-07-03 22:07:47 +00:00
}