mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-08 21:05:01 +00:00
Sur la page /regle, ce qui est très pratique pour améliorer l'affichage de l'algorithme. C'est problablement notre génération du JSX dans mecanism.js qui pose problème. https://github.com/gaearon/react-hot-loader/blob/master/docs/Troubleshooting.md
20 lines
445 B
Text
20 lines
445 B
Text
{
|
|
"presets": [
|
|
["env", {
|
|
"targets": {
|
|
"browsers": ["last 2 versions", "safari >= 7"]
|
|
},
|
|
"modules": false
|
|
}],
|
|
"react"
|
|
],
|
|
"plugins": [
|
|
"transform-decorators-legacy",
|
|
"transform-do-expressions",
|
|
"transform-object-rest-spread",
|
|
"transform-class-properties",
|
|
"syntax-dynamic-import",
|
|
"react-hot-loader/babel",
|
|
["webpack-alias", { "config": "./source/webpack.config.js" }]
|
|
]
|
|
}
|