You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a react project where I need to show some images (png).
I've tried using the example from the docs. When building I get this error:
[!] Error: Unexpected character '�' (Note that you need plugins to import files that are not JavaScript)
src/pages/landing/images/[email protected] (1:0)
I see 2 solutions:
update the plugin to be able to handle non-JS files (actually I thought this was the main purpose of this plugin)
update the docs with examples of how to handle static assets that are non-JS files
The text was updated successfully, but these errors were encountered:
I have a react project where I need to show some images (png).
I've tried using the example from the docs. When building I get this error:
I see 2 solutions:
The text was updated successfully, but these errors were encountered: