Skip to content
Snippets Groups Projects
babel.config.json 530 B
Newer Older
Tom Robinson's avatar
Tom Robinson committed
{
  "plugins": ["@emotion"],
Tom Robinson's avatar
Tom Robinson committed
  "env": {
    "development": {
    },
    "extract": {
      "plugins": [
        [
          "ttag",
          {
            "extract": {
              "output": "locales/metabase-frontend.pot"
            },
            "discover": ["t", "jt"],
            "numberedExpressions": true
          }
        ]