Replies: 1 comment
-
hey, this is unrelated to panda and is because you're using tsconfig path aliases which are not supposed to be the source of truth, you need a bundler plugin to fix the build output such as https://www.npmjs.com/package/vite-tsconfig-paths prefer using the standard package.json when possible https://nodejs.org/api/packages.html#imports |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm building 1 package UI Library.
I use
tsc
&&tsc-alias
to build bundles. I meet the error with the problem path. When I run by Next JS, it's okay but with Vite I meet when finish build:Before:
After:
Hope everyone helps me.
Beta Was this translation helpful? Give feedback.
All reactions