Genesis
This commit is contained in:
21
babel.config.json
Normal file
21
babel.config.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"presets": [
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"targets": {
|
||||
"browsers": [
|
||||
"Chrome >= 91",
|
||||
"Firefox >= 90",
|
||||
"Safari >= 14",
|
||||
"Edge >= 91"
|
||||
]
|
||||
},
|
||||
"modules": false,
|
||||
"useBuiltIns": false
|
||||
}
|
||||
],
|
||||
["@babel/preset-react", { "runtime": "automatic" }]
|
||||
],
|
||||
"plugins": []
|
||||
}
|
||||
Reference in New Issue
Block a user