silverstripe-comments/babel.config.json

7 lines
74 B
JSON
Raw Normal View History

2023-01-20 03:42:08 +01:00
{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
}