This website requires JavaScript.
Explore
Help
Register
Sign In
treehouse
/
emoji-mart-lazyload
Watch
19
Star
0
Fork
You've already forked emoji-mart-lazyload
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
64b408be53
emoji-mart-lazyload
/
.babelrc
5 lines
84 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"],
"plugins": ["transform-object-rest-spread"]
Initial commit
2016-05-31 14:36:52 +00:00
}