pashto-grammar/.babelrc

12 lines
156 B
Plaintext
Raw Normal View History

2021-03-06 10:40:31 +00:00
{
"presets": ["babel-preset-react-app"],
"plugins": [
[
"@babel/plugin-transform-react-jsx",
{
"pragmaFrag": "React.Fragment"
}
]
]
2021-03-06 10:40:31 +00:00
}