Files
quaggaJS/example/sandbox/.babelrc
T

5 lines
101 B
Plaintext

{
"plugins": ["transform-class-properties"],
"presets": ["es2015-webpack", "stage-0", "react"]
}