This website requires JavaScript.
Explore
Help
Sign In
moon
/
pleroma-fe
Watch
1
Star
0
Fork
You've already forked pleroma-fe
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3de128cb17
pleroma-fe
/
.babelrc
6 lines
106 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Basic skeleton
2016-10-26 14:46:32 +00:00
{
"presets": ["es2015", "stage-2"],
Add lodash transformation to save a few kbs.
2017-02-18 12:39:10 +00:00
"plugins": ["transform-runtime", "lodash"],
Basic skeleton
2016-10-26 14:46:32 +00:00
"comments": false
}