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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
135 B
JSON
Raw Normal View History

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