portfolio/.babelrc
2022-03-04 12:48:21 +00:00

8 lines
127 B
Text
Executable file

{
"plugins": [
["@babel/plugin-transform-react-jsx", {
"pragma": "h",
"pragmaFrag": "Fragment",
}]
]
}