chore: use babel transformer for formatted message id
This commit is contained in:
11
packages/app/babel.config.json
Normal file
11
packages/app/babel.config.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"plugins": [
|
||||
[
|
||||
"formatjs",
|
||||
{
|
||||
"idInterpolationPattern": "[sha512:contenthash:base64:6]",
|
||||
"ast": true
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user