We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With the 3.0.0 release, typescript added something called project reference
Basically, this eases the build process of mono-repository by removing the need of having one watcher per package.
Parcel doesn't support this for now. As discussed with Parcel's maintainer here, this feature should probably be done here.
The text was updated successfully, but these errors were encountered:
I'll gladly contribute to makes this happen. Although I don't know where to start.
@fathyb any idea on where/how we would get things done?
Sorry, something went wrong.
So Parcel still doesn't support it? I wanted to give it a try switching from webpack but I use project references a lot.
any updates on this?
No branches or pull requests
With the 3.0.0 release, typescript added something called project reference
Basically, this eases the build process of mono-repository by removing the need of having one watcher per package.
Parcel doesn't support this for now. As discussed with Parcel's maintainer here, this feature should probably be done here.
The text was updated successfully, but these errors were encountered: