sandbox-react/webpack-react-babel-prettier/.babelrc

7 lines
74 B
Plaintext

{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
}