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
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.optionscorrectly.Im trying to understand how to set this up correctly into my project.
Kindly help me out.
Thank you