InvenTree/src/frontend/.babelrc

9 lines
125 B
Plaintext

{
"presets": [
"@babel/preset-react"
],
"plugins": [
"@lingui/babel-plugin-lingui-macro"
]
}