hi , I tried adding this lib to my project but now when i try to compile my app i get the following error
[ error ] ./pages/_app.tsx
Module not found: Can't resolve '@Components/common/loading' in 'D:\Development\Projects\Ghazalgoo 2.0\web-client\pages'
and this does not seem to be related to this single component. when i deleted the component i got the next component import as an error
Module not found: Can't resolve '@Components/common/modal' in 'D:\Development\Projects\Ghazalgoo 2.0\web-client\pages'
i use typescript and absolute imports in my project
import eg:
import Loading from '@Components/common/loading';
hi , I tried adding this lib to my project but now when i try to compile my app i get the following error
and this does not seem to be related to this single component. when i deleted the component i got the next component import as an error
Module not found: Can't resolve '@Components/common/modal' in 'D:\Development\Projects\Ghazalgoo 2.0\web-client\pages'
i use typescript and absolute imports in my project import eg:import Loading from '@Components/common/loading';
i use the following next.config
and i just used your now 1 server.js i made no modifications. ps. whole thing looks very promising. i really hope to get it to work. great job.