emoji-mart-lazyload/.babelrc

5 lines
105 B
Plaintext
Raw Normal View History

2016-05-31 14:36:52 +00:00
{
"presets": ["es2015", "react"],
2017-06-23 09:21:32 +00:00
"plugins": ["transform-object-rest-spread", "transform-runtime"]
2016-05-31 14:36:52 +00:00
}