-
Notifications
You must be signed in to change notification settings - Fork 354
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
fix(sandpack-client): fixing package exports #737
fix(sandpack-client): fixing package exports #737
Conversation
- skip `utils.ts` and `utils.test.ts`
- this option enables dynamic import in `esm` and reuse `clients/runtime` and `clients/node` entries
@jeetiss is attempting to deploy a commit to the CodeSandbox Team on Vercel. A member of the Team first needs to authorize it. |
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.
Hey! Would you mind making a diferent PR for the bundler changes? Besides that, it looks good to me
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Split this PR on bundler changes: #741 |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit f1ab867:
|
Sorry, @jeetiss, for hijacking your PR, but I took this time to fix the export and another issue too. |
What kind of change does this pull request introduce?
Fixes package exports again and enable code-splitting and dynamic imports in
esbuild
docs: https://esbuild.github.io/api/#splitting
fix #724
fix #677