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.
If you want to keep the previous functionality:
extractors: [
require.resolve("@lingui/cli/api/extractors/babel")
require.resolve("@lingui/cli/api/extractors/typescript")
],