InvenTree/src/frontend/.babelrc

9 lines
98 B
Plaintext

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