mon-entreprise/source/.babelrc

18 lines
319 B
Plaintext
Raw Normal View History

2016-06-29 10:27:04 +00:00
{
"presets": [
2017-03-14 14:00:54 +00:00
["env", {
"targets": {
"browsers": ["last 2 versions", "safari >= 7"]
},
"modules": false
2017-03-14 14:00:54 +00:00
}],
"react"
2016-06-29 16:57:56 +00:00
],
"plugins": [
"transform-decorators-legacy",
2017-03-14 14:00:54 +00:00
"transform-do-expressions",
"transform-object-rest-spread",
"transform-class-properties"
2016-06-29 10:27:04 +00:00
]
}