chore: use babel transformer for formatted message id

This commit is contained in:
2024-04-29 09:54:41 +01:00
parent b642f13d36
commit e6faf5d3ad
112 changed files with 555 additions and 458 deletions

View File

@ -0,0 +1,11 @@
{
"plugins": [
[
"formatjs",
{
"idInterpolationPattern": "[sha512:contenthash:base64:6]",
"ast": true
}
]
]
}