ui
ui copied to clipboard
Path Aliases is not compatible with esbuild
I'm using shadcn ui with esbuild but it does not support alias as shadcn ui uses:
https://github.com/evanw/esbuild/issues/2191
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
}
}
My suggestion it to use "lib/utils" or "./lib/utils" in components to make it more portable
This is very interesting can you share your repo where you are using it
This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.