1
0
mirror of https://git.pleroma.social/sjw/pleroma-fe.git synced 2024-11-11 03:39:03 +01:00
pleroma-fe/.babelrc

6 lines
106 B
Plaintext
Raw Normal View History

2016-10-26 16:46:32 +02:00
{
"presets": ["es2015", "stage-2"],
"plugins": ["transform-runtime", "lodash"],
2016-10-26 16:46:32 +02:00
"comments": false
}