Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 298 Bytes

File metadata and controls

12 lines (8 loc) · 298 Bytes

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!