1
0
Fork 0
react-custom-popup/.babelrc

18 lines
265 B
Plaintext
Raw Normal View History

2019-02-13 20:10:40 +00:00
{
"presets": [
[
"@babel/preset-env", {
"targets": {
"chrome": 60,
"edge": 14,
"firefox": 54,
"ie": 9,
"opera": 46,
"safari": 9
}
}
],
"@babel/preset-react"
]
}