emoji-mart-lazyload/.babelrc

5 lines
142 B
Plaintext
Raw Normal View History

2016-05-31 14:36:52 +00:00
{
"presets": ["es2015", "react"],
2017-09-03 09:40:04 +00:00
"plugins": ["transform-object-rest-spread", "transform-runtime", "transform-react-remove-prop-types"]
2016-05-31 14:36:52 +00:00
}