rohanray / next-fonts

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

Fixes package requires #18

Closed arcanis closed 4 years ago

arcanis commented 4 years ago

Third-party webpack configurations should always use require.resolve when referencing loader names, as they otherwise may load the wrong version of the loader depend how the package manager hoists the tree.

rohanray commented 4 years ago

Closed by https://github.com/rohanray/next-fonts/pull/17