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 the regex used for `test` in the webpack rule #78

Closed danoc closed 3 years ago

danoc commented 3 years ago

The period wasn't getting escaped properly and was matching any character. This fixes #77.

arefaslani commented 3 years ago

Published in v1.8.2 🎉