twopluszero / next-images

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

Not working for yarn workspace shared component import #40

Closed figmentc closed 3 years ago

figmentc commented 4 years ago

When importing a shared React component from another workspace that imports an image using require("../path/to/image) or import image from '../path/to/image', it throws the same error

����
^

SyntaxError: Invalid or unexpected token
arefaslani commented 4 years ago

@karpkarp Have you been successful to fix it? Maybe you can solve the problem of some other guys :)