20 lines
348 B
Plaintext
20 lines
348 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"ie": "11"
|
|
}
|
|
}
|
|
],
|
|
"@babel/preset-react"
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-class-properties",
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
"@babel/plugin-transform-regenerator",
|
|
"@babel/plugin-transform-runtime"
|
|
]
|
|
}
|