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,
Im trying to use this loader in Webpack 4 and I'm getting module build failed error.
This is happening due to a TypeError in the loader which says:
Cannot read property 'reactPrefixLoader' of undefined.
When I look at the code, I think it might be that due to the changes in webpack 4. It is for some reason not getting the this.options correctly.
this.options
Im trying to understand how to set this up correctly into my project.
Kindly help me out.
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Im trying to use this loader in Webpack 4 and I'm getting module build failed error.
This is happening due to a TypeError in the loader which says:
Cannot read property 'reactPrefixLoader' of undefined.
When I look at the code, I think it might be that due to the changes in webpack 4. It is for some reason not getting the
this.options
correctly.Im trying to understand how to set this up correctly into my project.
Kindly help me out.
Thank you
The text was updated successfully, but these errors were encountered: