rohanray / next-fonts

Import fonts in Next.js (supports woff, woff2, eot, ttf, otf & svg)
179 stars 12 forks source link

use require.resolve (yarn PnP, PNPM) #17

Closed RDeluxe closed 4 years ago

RDeluxe commented 4 years ago

Fix errors while using yarn PnP and PNPM.

I used the same method that was used on next-image

rohanray commented 4 years ago

Thanks @RDeluxe for the PR!