Closed chazsolo closed 2 years ago
@Aljullu I believe there is a discrepancy between the source code and the published package. If I take my fork (updated to 1.5.2) and npm run build
my build/index.js
is quite different. For example, there are various references to console.log
in the build directory. I think you accidentally published a development build that wasn't committed.
@chazsolo in the interim, you can use @timlehner/react-lazy-load-image-component
. src
My bad. :man_facepalming:
Should be fixed now, can you test again @chazsolo and @TimLehner?
That seems to all be working now, thanks @Aljullu. I've removed my fork on npmjs
Yes, works for me! Thanks @Aljullu for your quick response!
Bug description Upgrading to 1.5.2 causes a webpack error to be thrown. 1.5.1 works just fine with our webpack version 4.41.6
To Reproduce
Update to 1.5.2 and run app using the package
Technical details: