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
2018-04-23 15:41:48 +02:00

20 lines
475 B
Text

{
"presets": [
["@babel/env", {
"targets": {
"browsers": ["last 2 versions", "safari >= 7"]
},
"modules": false
}],
"@babel/react"
],
"plugins": [
"@babel/plugin-proposal-decorators",
"transform-do-expressions",
"@babel/plugin-proposal-object-rest-spread",
"transform-class-properties",
"syntax-dynamic-import",
"react-hot-loader/babel",
["webpack-alias", { "config": "./source/webpack.dev.js" }]
]
}