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

20 lines
462 B
Text
Raw Normal View History

2016-06-29 12:27:04 +02:00
{
"presets": ["@babel/react", "@babel/flow"],
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-do-expressions",
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-syntax-dynamic-import",
"react-hot-loader/babel",
["webpack-alias", { "config": "./source/webpack.dev.js" }],
[
"ramda",
{
"useES": true
}
],
"babel-plugin-styled-components"
]
2016-06-29 12:27:04 +02:00
}