Replies: 3 comments
-
I see. That's a very good point, we don't have a mechanism for this yet, but we should, since the bundler can receive regular updates for codesandbox. I'll try to document the commit sha for each release in the notes. The best thing you can do is look at the timestamp of the commits. When releasing, we run the sandpack build on the master branch of the client and we then publish to npm and generate the tag release here on this repo. |
Beta Was this translation helpful? Give feedback.
-
By the way, could you please fill in the details of self-hosting part document about how to host site not from the root path? I have tried the homepage field in the |
Beta Was this translation helpful? Give feedback.
-
@ensorrow I somehow missed your second reply, can you please give me more details here? Not sure what you are referring to exactly. |
Beta Was this translation helpful? Give feedback.
-
I need to self host the bundler for sandpack-client, but the master branch's code of codesandbox-client doesn't match @codesandbox/[email protected]. I got the error of missing browser-fs dependency for example because
yarn build:sandpack
produces no browser-fs files any more.How can I tell the right version (like which commit) of codesandbox-client for the latest sandpack-client ?
Beta Was this translation helpful? Give feedback.
All reactions