ketr.photos/.babelrc
James Ketrenos ae4022f657 Added react for photos face and identity editor
Signed-off-by: James Ketrenos <james_gitlab@ketrenos.com>
2020-02-04 20:45:51 -08:00

5 lines
117 B
Plaintext

{
"presets": [ "@babel/env", "@babel/preset-react" ],
"plugins": [ "@babel/plugin-proposal-class-properties" ]
}