mon-entreprise/site/.babelrc.json

8 lines
135 B
JSON

{
"plugins": [
"react-hot-loader/babel",
["webpack-alias", { "config": "./webpack.dev.js" }],
["ramda", { "useES": true }]
]
}