akkoma-fe/.babelrc

6 lines
96 B
Plaintext
Raw Normal View History

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