twopluszero / next-images

Import images in Next.js (supports jpg, jpeg, svg, png and gif images)
MIT License
949 stars 67 forks source link

fix(deps): add 'webpack' to peer deps #43

Closed nicholaschiang closed 4 years ago

nicholaschiang commented 4 years ago

Enables Yarn v2 support and gets rid of Yarn v1 warnings that:

next-images@npm:1.4.1 doesn't provide webpack@^4.0.0 || ^5.0.0 requested by file-loader@npm:6.0.0
next-images@npm:1.4.1 doesn't provide webpack@^4.0.0 || ^5.0.0 requested by url-loader@npm:4.1.0
arefaslani commented 4 years ago

Thanks for fixing the issue. I will update the NPM package with the new changes ASAP.

arefaslani commented 4 years ago

Released in V1.4.2 👍