From 93f0360fe064fbfd83dfbcc8f74075788e13dd5c Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sat, 12 Feb 2022 14:01:37 +0100 Subject: build: remove the no-parser config for formatjs I don't know if I misunderstand the purpose of no-parser but I can't get it to work with strings containing a variable or plurals. They are always fallback to the english message. So I decided to disable this config. --- .babelrc | 1 - 1 file changed, 1 deletion(-) (limited to '.babelrc') diff --git a/.babelrc b/.babelrc index 28dcb52..48ed8fd 100644 --- a/.babelrc +++ b/.babelrc @@ -1,7 +1,6 @@ { "presets": ["next/babel"], "plugins": [ - "macros", ["formatjs", { "ast": true }], [ "prismjs", -- cgit v1.2.3