mirror of
https://github.com/chinchang/web-maker.git
synced 2025-04-05 03:12:25 +02:00
298 B
298 B
i18n
This needs to be added to .babelrc
before lingui commands can be run. Otherwise lingui doesn't get the right babel presets and macros
plugin to extract strings.
"presets": ["preact-cli/babel"],
"plugins": ["macros"],
Why not add it permanently?
Because then app breaks!