frontexpress/.babelrc

5 lines
73 B
Plaintext
Raw Normal View History

2016-06-26 10:10:37 +00:00
{
"presets": ["es2015"],
"plugins": ["add-module-exports"]
2016-06-26 10:10:37 +00:00
}