mon-entreprise/source/.babelrc

12 lines
145 B
Plaintext
Raw Normal View History

2016-06-29 10:27:04 +00:00
{
"presets": [
"es2015",
"react",
"stage-0"
2016-06-29 16:57:56 +00:00
],
"plugins": [
"transform-decorators-legacy",
"syntax-do-expressions"
2016-06-29 10:27:04 +00:00
]
}