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
Hello, is it compatible with webpack v2 ?
The text was updated successfully, but these errors were encountered:
I don't know, I haven't looked into webpack 2 yet. But if there is something that needs to be changed, go ahead and submit a PR.
Sorry, something went wrong.
Ok thank you, just started using your package, it works great.
I will when I dive into it (if needed).
Just a note that this plugin works fine with webpack v2, although you need to append -loader.
-loader
e.g.
const locales = { en: () => require('react-intl-loader?locale=en!./en.json'), de: () => require('react-intl-loader?locale=de!./de.json') }
No branches or pull requests
Hello,
is it compatible with webpack v2 ?
The text was updated successfully, but these errors were encountered: