0
0
Fork 0
mirror of https://github.com/lunaisnotaboy/mastodon.git synced 2025-02-12 22:44:28 +00:00
mastodon/.babelrc

5 lines
84 B
Plaintext
Raw Normal View History

{
2016-09-01 12:12:11 +00:00
"presets": ["es2015", "react"],
"plugins": ["transform-object-rest-spread"]
}