admin/.babelrc
2018-03-05 15:34:43 +01:00

6 lines
92 B
Plaintext

{
"presets": [
["react"], ["env"]
],
"plugins": ["transform-object-rest-spread"]
}