module not found build fail

So my init build is not working when deployed to vercel. The path to global.css is not being compiled by the tsconf from ~/... I have tryied changing this manualy to ../ and ./src etc etc but to not joy can andone help.
2 Replies
JLJ
JLJOP10mo ago
Just to be clear it builds fine locally just not on vercel. Am i right in thinking it should be doing exacly the same thing on vercel? from wwhat i can tell it is the ~/ alias that is causing the fail;ure but how to fix it? well this is strange but the .css files seem to be ignored by git?
pyfir
pyfir10mo ago
im also running in to this issue, it looks like it is being git ignored but nothing in the file?

Did you find this page helpful?