ens-usernames/.babelrc

5 lines
76 B
Plaintext
Raw Normal View History

2018-05-31 17:42:00 -04:00
{
"plugins": ["transform-object-rest-spread"],
"presets": ["stage-2"]
}