barebones/.babelrc

5 lines
58 B
Plaintext
Raw Normal View History

2017-06-06 16:23:36 +02:00
{
"presets": ["env", "stage-2"],
2017-06-06 16:23:36 +02:00
"comments": false,
}