Parse and compile issue?
I am getting this error only when I run
yarn dev:plasmo
and its works fine and well with yarn dev:next
any idea how to resolve this please? Am I missing something?
Using plasmo with Turpo repo and next js
Thank you!10 Replies
now down to this issue, at this point, no clue π
@harrytaker#007 has reached level 1. GG!
I think this is going to bit tricker as
@next/font
package is no more needed from Next.js side of things (as Next.js ships it by default), but the parcel is looking for it, any idea how to resolve this?
Hi team, any guidance on this please ?
@louis Sorry for tagging if I am not supposed to tag directly.
Can you guide me on this one please?You can try aliasing the
next/font/google
package with a polyfill, or try to consume the next package... tho I doubt that world work.@louis has reached level 51. GG!
Thanks for your response.
Diff issue this time around
I had to give up on this, hosted the font files locally and using via tailwind as normal.
@harrytaker#007 has reached level 2. GG!
wish we have
withNextFonts
example in the future π