2020-08-04 21:04:07 +12:00
|
|
|
{
|
|
|
|
|
"presets": [
|
|
|
|
|
"@babel/preset-env",
|
2021-03-23 21:04:08 +13:00
|
|
|
"@babel/preset-react",
|
|
|
|
|
"@babel/preset-typescript"
|
2020-08-04 21:04:07 +12:00
|
|
|
],
|
|
|
|
|
"plugins": [
|
|
|
|
|
"@babel/plugin-proposal-class-properties"
|
|
|
|
|
],
|
|
|
|
|
"env": {
|
|
|
|
|
"development": {
|
|
|
|
|
"plugins": [
|
|
|
|
|
"react-element-info"
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"test": {
|
|
|
|
|
"plugins": [
|
|
|
|
|
"react-element-info",
|
|
|
|
|
"@babel/plugin-transform-runtime",
|
2021-05-15 21:02:43 +12:00
|
|
|
["polyfill-corejs3", { "method": "usage-global" }]
|
2020-08-04 21:04:07 +12:00
|
|
|
],
|
|
|
|
|
"presets": [
|
|
|
|
|
"@babel/preset-env",
|
|
|
|
|
"@babel/preset-react"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|