Files
bflows-bandi-fe/.babelrc
Vitalii Kiiko 987b1b0110 - initial;
2024-08-09 08:51:20 +02:00

12 lines
196 B
Plaintext

{
"plugins": [
[
"@wordpress/babel-plugin-makepot",
{
"output": "./languages/gepafin.pot",
"domain": "gepafin"
}
],
"@babel/plugin-syntax-jsx"
]
}