graphile / starter

Opinionated SaaS quick-start with pre-built user account and organization system for full-stack application development in React, Node.js, GraphQL and PostgreSQL. Powered by PostGraphile, TypeScript, Apollo Client, Graphile Worker, Graphile Migrate, GraphQL Code Generator, Ant Design and Next.js
https://graphile-starter.herokuapp.com
Other
1.73k stars 218 forks source link

currently no loaders are configured to process this file #318

Open visshaljagtap opened 1 year ago

visshaljagtap commented 1 year ago

Summary

I try to import the image file, giving me the same error no loaders are configured.

/sample.png Module parse failed: Unexpected character '�' (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file.

getting this issue

Additional context

visshaljagtap commented 1 year ago

@benjie need help on this. How to configure the loader?

benjie commented 1 year ago

Please can you provide more context? Is this an issue in a clean version of the starter, or in a change you've made to it? What does the relevant code look like? Where's the source code file that's attempting to import an image, and where is the image?