react-app-store-link
Version:
A react component which allows you to place an iOS App Store or Google Play Store Download button, and customise the color!
19 lines • 454 B
Plain Text
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"browsers": [">1%", "last 4 versions", "Firefox ESR", "not ie < 9"]
},
"forceAllTransforms": true,
"useBuiltIns": false
}
],
"@babel/preset-react"
],
"plugins": [
"@babel/proposal-class-properties"
],
"ignore": ["node_modules"]
}