Repository URL to install this package:
|
Version:
0.2.1-3bc103d ▾
|
@doodle/geolocation
/
.babelrc
|
|---|
{
"parserOpts": {
"plugins": ["objectRestSpread"]
},
"presets": ["es2015", "react", "stage-2"],
"plugins": ["transform-object-rest-spread", "transform-class-properties", "transform-runtime"],
"env": {
"test": {
"presets": [["es2015", { "modules": "commonjs" }], "react"]
}
}
}