react-intl-cra icon indicating copy to clipboard operation
react-intl-cra copied to clipboard

🔧 Extract messages of Creact React App from the command line.

Results 20 react-intl-cra issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | lint-staged | devDependencies | major | [`6.1.0` -> `8.1.5`](https://diff.intrinsic.com/lint-staged/6.1.0/8.1.5) | [source](https://togithub.com/okonet/lint-staged)...

This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | husky | devDependencies | major | [`0.14.3` -> `1.3.1`](https://diff.intrinsic.com/husky/0.14.3/1.3.1) | [source](https://togithub.com/typicode/husky)...

This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | eslint-plugin-prettier | devDependencies | major | [`2.6.0` -> `3.0.1`](https://diff.intrinsic.com/eslint-plugin-prettier/2.6.0/3.0.1) | [source](https://togithub.com/prettier/eslint-plugin-prettier)...

This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | babel-plugin-react-intl | dependencies | major | [`^2.4.0` -> `^3.0.0`](https://diff.intrinsic.com/babel-plugin-react-intl/2.4.0/3.0.1) | [source](https://togithub.com/yahoo/babel-plugin-react-intl)...

This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | react-scripts | dependencies | minor | [`1.0.17` -> `1.1.5`](https://diff.intrinsic.com/react-scripts/1.0.17/1.1.5) | [source](https://togithub.com/facebook/create-react-app)...

This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | prettier | devDependencies | minor | [`1.10.2` -> `1.16.4`](https://diff.intrinsic.com/prettier/1.10.2/1.16.4) | [homepage](https://prettier.io),...

This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | jest | devDependencies | minor | [`22.1.4` -> `22.4.4`](https://diff.intrinsic.com/jest/22.1.4/22.4.4) | [homepage](https://jestjs.io/),...

This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | eslint-plugin-import | devDependencies | minor | [`2.8.0` -> `2.16.0`](https://diff.intrinsic.com/eslint-plugin-import/2.8.0/2.16.0) | [source](https://togithub.com/benmosher/eslint-plugin-import)...

``` react-intl-cra './src/**/*.js' -o messages.json /home/ppozniak/.config/yarn/global/node_modules/babel-core/lib/transformation/file/index.js:590 throw err; ^ SyntaxError: unknown: Unexpected token (8:0) 6 | import { Text, LogoWrapper } from '@common'; 7 | > 8 | @connect(state =>...

I'm using `babel-plugin-transform-function-bind` and when I run command to extract messages I'm getting `SyntaxError: unknown: Unexpected token` about `::` `react-intl-cra` used to work before I added `transform-function-bind`. Is there any...