1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-15 14:42:31 +01:00
flox/client/.babelrc

5 lines
95 B
Plaintext
Raw Normal View History

2016-10-10 10:57:39 +02:00
{
"presets": ["es2015", "stage-2"],
"plugins": ["transform-runtime"],
"comments": false
}