issues Search Results · repo:formatjs/babel-plugin-react-intl language:JavaScript
Filter by
104 results
(59 ms)104 results
informatjs/babel-plugin-react-intl (press backspace or delete to remove)https://github.com/formatjs/babel-plugin-react-intl/blob/master/src/index.js#L330 With version 3.0.2 I got this syntax
error. 3.0.1 is ok
AliasT
- 2
- Opened on May 27, 2019
- #172
I have a Gatsby site that i want to use this plugin with. I installed it and added the .babelrc, but nothing happens
when i do a build (I mean the build works fine, but nothing is written in ./build). ...
onokje
- 2
- Opened on Apr 16, 2019
- #169
I have the following Typescript file:
import { defineMessages, MessageDescriptorMap } from react-intl ;
export const app: MessageDescriptorMap = {
invoice: {
id: app.invoice ,
desription: ...
agoldis
- Opened on Feb 6, 2019
- #166
I think using defineMessages is redundant. It s better that the plugin can extract messages by formatMessage directly
like react-gettext-parser does.
YaoKaiLun
- 1
- Opened on Nov 18, 2018
- #161
For example, if you have a message like hello then this plugin will create it. If you change it per hello! it will be
replaced. But if you change it again per hello then it will not be replaced. It s a ...
dabit1gamma
- 3
- Opened on Nov 12, 2018
- #160
Because all default text strings are aggregated and combined into default locale messages object.
Is it possible to have an option for defaultMessage s elimination to reduce bundle size in production ...
tranvansang
- 1
- Opened on Oct 1, 2018
- #157
Problem
The latest babel-plugin-react-intl at v3.0.1 fails with a TypeError: Path must be a string. Received undefined.
Stacktrace
TypeError: Path must be a string. Received undefined
at assertPath ...
ghost
- 7
- Opened on Sep 26, 2018
- #156
Hi. I have some dots/period in the id like:
EMAIL: {
id: web.main.email ,
defaultMessage: Email ,
}
the babel-plugin-react-intl failed to generate corresponding json to it. If i change id ...
7seven7lst
- Opened on Sep 26, 2018
- #155
I have upgraded babel to version 7 and react-native to version 0.57.
I get an error when trying to extract messages:
$ babel --plugins react-intl src/*
{ Error: Cannot find module babel-plugin-react-intl ...
MartinCerny-awin
- 1
- Opened on Sep 19, 2018
- #153
I am using babel-plugin-react-intl in react-native project. When I try to extract messages I get an error:
$ babel --plugins react-intl src/*
Error: Cannot find module upath
at Function.Module._resolveFilename ...
MartinCerny-awin
- 3
- Opened on Sep 18, 2018
- #151

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.