Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path Aliases is not compatible with esbuild #299

Closed
cirdes opened this issue May 4, 2023 · 2 comments
Closed

Path Aliases is not compatible with esbuild #299

cirdes opened this issue May 4, 2023 · 2 comments
Labels

Comments

@cirdes
Copy link

cirdes commented May 4, 2023

I'm using shadcn ui with esbuild but it does not support alias as shadcn ui uses:

evanw/esbuild#2191

{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": ["./*"]
    }
  }
}

My suggestion it to use "lib/utils" or "./lib/utils" in components to make it more portable

@tuminzee
Copy link

tuminzee commented May 9, 2023

This is very interesting can you share your repo where you are using it

@shadcn shadcn added the Stale label Jun 24, 2024
@shadcn
Copy link
Collaborator

shadcn commented Jul 2, 2024

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.

@shadcn shadcn closed this as completed Jul 2, 2024
u007 pushed a commit to u007/ui that referenced this issue Sep 1, 2024
…kiji (shadcn-ui#299)

* docs: tweaks container size and shiki styles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants