How can I use path aliases in a library in a way that aliases are resolved when used by library consumers?
I am building a vue storybook component library with vite called my-storybook
. I configed it to resolve alias @
to /src
.
I am building a vue storybook component library with vite called my-storybook
. I configed it to resolve alias @
to /src
.