Files
optolith-client/.babelrc
T

4 lines
200 B
Plaintext

{
"presets": ["es2015", "react", "stage-1"],
"plugins": ["transform-class-properties", "transform-do-expressions", "transform-object-assign", "transform-object-rest-spread", "transform-runtime"]
}