18 lines
264 B
Plaintext
18 lines
264 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/env",
|
|
{
|
|
"targets": {
|
|
"browsers": "last 2 Chrome versions",
|
|
"node": "current"
|
|
}
|
|
}
|
|
],
|
|
"@babel/react"
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-class-properties"
|
|
]
|
|
}
|