yandere_fe/.babelrc

6 lines
96 B
Plaintext
Raw Normal View History

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