Skip to content

v3.9.0

Compare
Choose a tag to compare
@lingui-bot lingui-bot released this 18 May 11:01
· 636 commits to main since this release

3.9.0 (2021-05-18)

Bug Fixes

  • ESM dev entrypoint was causing unexpected behaviors (#1059) (2b8d70b)
  • lineNumbers false was removing the entire origin (#1060) (2d25f2c)

Features

This is a breaking change but released as minor because has solution, we just extracted out the typescript extractor in favor or babel.

  • configurable and extendable extractors with Lingui config (#1065) (263ee59)

If you want to keep the previous functionality:

  extractors: [
   require.resolve("@lingui/cli/api/extractors/babel")
    require.resolve("@lingui/cli/api/extractors/typescript")
  ],