Replies: 2 comments
-
Did you put the alises in the subpackage's
We should put that in the docs (or change it)... |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jescowuester thank you! You saved me bunch of time |
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
-
I have a monorepo setup with parcel v2 & yarn workspaces. Proxy and Aliases didn't work out of the box, so I thought I'd explain how. I got them to work in case anyone else needs it:
alias
Couldn't get the native aliases or the "paths" section in tsconfig to work at all, instead I used a custom babelrc and https://github.com/tleunen/babel-plugin-module-resolver.
proxy
proxyrc needs to be in the root of the monorepo (not the root of your proxy folder)
Beta Was this translation helpful? Give feedback.
All reactions