Created
May 20, 2021 12:29
-
-
Save florianmartens/2c3ed5f8f1dd207b37db1899688d729e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"presets": ["next/babel"], | |
"plugins": [ | |
[ | |
"formatjs", | |
{ | |
"idInterpolationPattern": "[sha512:contenthash:base64:6]", | |
"ast": true | |
} | |
] | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment