portfolio/.babelrc
2024-05-10 18:12:12 +01:00

8 lines
127 B
Text
Executable file

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