We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since intl-relativetimeformat 6.0, the locales are no longer located in the dist subfolder (https://github.com/formatjs/formatjs/blob/main/packages/intl-relativetimeformat/CHANGELOG.md#600-2020-07-03). As a consequence, this line has no effect:
https://github.com/wiziple/gatsby-plugin-intl/blob/master/src/gatsby-node.js#L29
new webpack.ContextReplacementPlugin( /@formatjs[/\\]intl-relativetimeformat[/\\]dist[/\\]locale-data$/, regex )
The fix is probably to just remove the dist[/\\] part but I haven't tried.
dist[/\\]
The text was updated successfully, but these errors were encountered:
I was inspecting my bundle size and noticed the same thing. @wiziple any update here why the PR could not be merged?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Since intl-relativetimeformat 6.0, the locales are no longer located in the dist subfolder (https://github.com/formatjs/formatjs/blob/main/packages/intl-relativetimeformat/CHANGELOG.md#600-2020-07-03). As a consequence, this line has no effect:
https://github.com/wiziple/gatsby-plugin-intl/blob/master/src/gatsby-node.js#L29
The fix is probably to just remove the
dist[/\\]
part but I haven't tried.The text was updated successfully, but these errors were encountered: