1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 06:25:12 +00:00
mon-entreprise/site/.babelrc.json
Maxime Quandalle 7db1a3394e Renomme le répertoire mon-entreprise/ en site/
Pour éviter l'arborescence `mon-entreprise/mon-entreprise` qui prêtait
à confusion
2021-12-02 13:06:45 +01:00

7 lines
135 B
JSON

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