1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 00:35:00 +00:00
mon-entreprise/source/.babelrc

12 lines
145 B
Text
Raw Normal View History

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