-
Notifications
You must be signed in to change notification settings - Fork 367
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
Test if yalc
can be used in the CI for the build tests
#124
Conversation
Build setupsHere's a list of the build setups that I'm planning to test in this PR (feel free to add more): Implement in this PR
Implement in the futureNOTE: The following configs will be implemented in the future:
TODO list
Related tasks that should be handled in different PRs
UPDATES
|
ff18f61
to
55832e1
Compare
@fulop how are you clearing vite? I'm getting:
|
Hey, @DennisSmolek , sorry for the late response (holidays... ) The reason why I'm not really familiar with the error in your comment. Checked the playground project that uses the r3f extension, but it seems to be fine. Could you check it too to see if I'm missing something? Here's how you could do it:
yarn playground
I hope I was able to help you, please tell me if that's not the case EDIT: In the meantime I discovered that the playground loads the |
cf52385
to
7a489a0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did a first pass at this draft PR. Looks very good!
fc8f038
to
85de3b5
Compare
606b461
to
1a3efec
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
d504388
to
7b12321
Compare
This PR ran into a error in the CI and after a considerable amount of debugging we decided to restart it from scratch. See the new version of the PR here: #165 |
Make sure that
@theatre/core
and@theatre/studio
can be used with the most popular setups (parcel
,vite
,vanilla rollup
, etc.).Note: Our first approach was this PR which had to be closed due to the limitations of
yarn workspaces
.