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

21 lines
478 B
Text
Raw Normal View History

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