Malcolm R. Kente
                                            Malcolm R. Kente
                                        
                                    I'm facing the same issue as well. I've had an application running on Netlify for a few months now, which has been working fine. I made some changes, re-wrote unit...
@Slava-fe-mjstk I faced the same issue and realized that it is _"worker-loader"_ that needs to be used instead of _"webpack-loader"_. Try ```npm i worker-loader``` --- I will say that even...
@ttrubel I ended up using react-leaflet instead to fix the issue. I'm closing the issue on here since I can't seem to figure out a way around it. Thanks for...