yandere_fe/.babelrc

6 lines
106 B
Plaintext
Raw Normal View History

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