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

20 lines
415 B
Text
Raw Normal View History

2016-06-29 12:27:04 +02:00
{
"presets": [
2017-03-14 15:00:54 +01:00
["env", {
"targets": {
"browsers": ["last 2 versions", "safari >= 7"]
},
"modules": false
2017-03-14 15:00:54 +01:00
}],
"react"
2016-06-29 18:57:56 +02:00
],
"plugins": [
"transform-decorators-legacy",
2017-03-14 15:00:54 +01:00
"transform-do-expressions",
"transform-object-rest-spread",
"transform-class-properties",
"syntax-dynamic-import",
["webpack-alias", { "config": "./source/webpack.config.js" }]
2016-06-29 12:27:04 +02:00
]
}