Replies: 1 comment 3 replies
-
Hey @ABIBV - CodeSandbox uses Parcel as it's default bundler - Unfortunately this isn't something you would be able to change unless you were working with Sandpack locally. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've hosted the sandpack bundler locally for a project.
For the client, I'm using the @codesanbox/sandpack-client npm package
I'm trying to create a sandbox with a static template and static environment without any bundlers.
But I get a sandbox with parcel as a bundler everytime.
Here is a sample sandbox link (got from
getCodeSandboxURL()
method) that I've created from my project by passing static as the template, but got a parcel sandboxBeta Was this translation helpful? Give feedback.
All reactions