mon-entreprise/.babelrc

11 lines
116 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"
2016-06-29 10:27:04 +00:00
]
}