1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-08 23:25:02 +00:00
mon-entreprise/source/.babelrc
2017-07-04 10:15:26 +02:00

18 lines
386 B
Text

{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions", "safari >= 7"]
},
"modules": false
}],
"react"
],
"plugins": [
"transform-decorators-legacy",
"transform-do-expressions",
"transform-object-rest-spread",
"transform-class-properties",
["webpack-alias", { "config": "./source/webpack.config.js" }]
]
}