This website requires JavaScript.
Explore
Help
Register
Sign In
treehouse
/
emoji-mart-lazyload
Watch
20
Star
0
Fork
You've already forked emoji-mart-lazyload
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dc9b114439
emoji-mart-lazyload
/
.babelrc
5 lines
105 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit
2016-05-31 14:36:52 +00:00
{
Add “transform-object-rest-spread” Babel plugin
2016-07-11 18:08:26 +00:00
"presets": ["es2015", "react"],
Use Babel’s transform-runtime plugin
2017-06-23 09:21:32 +00:00
"plugins": ["transform-object-rest-spread", "transform-runtime"]
Initial commit
2016-05-31 14:36:52 +00:00
}